<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>AIHAUS | AI Housing Consultancy</title>
<script src="https://cdn.tailwindcss.com"></script>
</head>
<body class="bg-gray-50 text-gray-800 font-sans">
<!-- Hero -->
<section class="min-h-screen flex items-center justify-center text-center px-6">
<div>
<h1 class="text-5xl font-bold tracking-tight">AIHAUS</h1>
<p class="text-xl mt-4">Where AI Meets Real Estate</p>
<p class="mt-4 text-gray-600 max-w-xl mx-auto">AI-driven property strategy helping buyers make smarter real estate decisions.</p>
<a href="#contact" class="mt-8 inline-block bg-black text-white px-6 py-3 rounded-2xl">Book Consultation</a>
</div>
</section>
<!-- About -->
<section class="py-20 px-6 max-w-4xl mx-auto text-center">
<h2 class="text-3xl font-semibold">About AIHAUS</h2>
<p class="mt-6 text-gray-600">AIHAUS is a modern housing consultancy focused on strategic property advisory. We combine market insights, data analysis, and practical experience to help home buyers and investors choose the right property.</p>
</section>
<!-- Services -->
<section class="py-20 bg-white px-6">
<div class="max-w-5xl mx-auto">
<h2 class="text-3xl font-semibold text-center">Services</h2>
<div class="grid md:grid-cols-3 gap-8 mt-12">
<div class="p-6 border rounded-2xl">
<h3 class="font-semibold text-lg">Property Strategy</h3>
<p class="text-gray-600 mt-2">Guidance on selecting the right property based on budget, goals and location.</p>
</div>
<div class="p-6 border rounded-2xl">
<h3 class="font-semibold text-lg">Investment Advisory</h3>
<p class="text-gray-600 mt-2">Data-backed insights to identify high-growth real estate opportunities.</p>
</div>
<div class="p-6 border rounded-2xl">
<h3 class="font-semibold text-lg">Project Evaluation</h3>
<p class="text-gray-600 mt-2">Detailed analysis of builders, layouts, pricing and long-term potential.</p>
</div>
</div>
</div>
</section>
<!-- Contact -->
<section id="contact" class="py-20 px-6 text-center">
<h2 class="text-3xl font-semibold">Contact</h2>
<p class="mt-4 text-gray-600">Book a free property strategy consultation.</p>
<div class="mt-8 space-y-2">
<p>Email: hello@aihaus.in</p>
<p>Instagram: @aihaus</p>
<p>Website: aihaus.in</p>
</div>
</section>
<footer class="text-center py-6 text-gray-500">
© 2026 AIHAUS. All rights reserved.
</footer>
</body>
</html>