Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-03-08 06:49:29 +00:00

View File

@@ -200,7 +200,7 @@ export default function LandingPage() {
tagAnimation="slide-up"
faqs={[
{
id: "1", title: "What is the typical project timeline?", content: "Project timelines vary based on scope and complexity. Residential homes typically take 8-12 months, while interiors range from 2-4 months. We provide detailed timelines during the consultation phase."
id: "1", title: "What is the typical project timeline?", content: "Residential homes typically take 8-12 months; interiors 2-4 months. We provide detailed timelines during consultation."
},
{
id: "2", title: "Do you work with NRI clients?", content: "Yes! We specialize in serving NRI clients building homes in Kerala. We handle all project aspects remotely, providing regular updates, 3D visualizations, and periodic site visits coordination."
@@ -297,4 +297,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}