Untitled

 avatar
unknown
plain_text
2 months ago
2.3 kB
3
Indexable
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>RevArch Solutions - Revit-Based Architecture Outsourcing</title>
    <style>
        body { font-family: Arial, sans-serif; margin: 0; padding: 0; background-color: #f4f4f4; }
        header { background: #333; color: white; padding: 15px; text-align: center; }
        .container { max-width: 1200px; margin: auto; padding: 20px; }
        .section { background: white; padding: 20px; margin-bottom: 20px; border-radius: 8px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
        footer { background: #333; color: white; text-align: center; padding: 10px; margin-top: 20px; }
    </style>
</head>
<body>
    <header>
        <h1>RevArch Solutions</h1>
        <p>Your Trusted Partner for Revit-Based Architecture Outsourcing</p>
    </header>
    <div class="container">
        <div class="section">
            <h2>About Us</h2>
            <p>RevArch Solutions is an India-based outsourcing firm specializing in Revit modeling, BIM coordination, architectural drafting, and visualization services. We serve clients across Europe, the Middle East, the UK, and Singapore.</p>
        </div>
        <div class="section">
            <h2>Our Services</h2>
            <ul>
                <li>Revit Modeling & 3D Visualization</li>
                <li>Architectural Drafting & Documentation</li>
                <li>BIM Coordination & Clash Detection</li>
                <li>Rendering & Walkthroughs</li>
                <li>Revit Training & Support</li>
            </ul>
        </div>
        <div class="section">
            <h2>Why Choose Us?</h2>
            <ul>
                <li>Cost-effective outsourcing with premium quality</li>
                <li>Experienced Revit specialists & BIM professionals</li>
                <li>Fast turnaround times & 24/7 support</li>
                <li>Compliance with international design standards</li>
            </ul>
        </div>
        <div class="section">
            <h2>Contact Us</h2>
            <p>Email: contact@revarchsolutions.com</p>
            <p>Phone: +91-XXXXXXXXXX</p>
        </div>
    </div>
    <footer>
        <p>&copy; 2025 RevArch Solutions | All Rights Reserved</p>
    </footer>
</body>
</html>
Editor is loading...
Leave a Comment