From b2cc4be5f6369cd7040901f99c0d43a2d4ce256f Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 1 Apr 2026 14:16:02 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 289 ++++++----------------------------------------- 1 file changed, 36 insertions(+), 253 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f42d339..8a67cea 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,30 +29,12 @@ export default function LandingPage() { @@ -280,22 +115,11 @@ export default function LandingPage() { useInvertedBackground={false} ctaTitle="Need specific details?" ctaDescription="Our architects are ready to answer your questions." - ctaButton={{ - text: "Contact Us", - href: "/contact", - }} + ctaButton={{ text: "Contact Us", href: "/contact" }} ctaIcon={Mail} faqs={[ - { - id: "f1", - title: "How do I start?", - content: "Reach out via our contact form to schedule a site visit.", - }, - { - id: "f2", - title: "Do you work outside Mangaluru?", - content: "Yes, we handle select institutional projects regionally.", - }, + { id: "f1", title: "How do I start?", content: "Reach out via our contact form to schedule a site visit." }, + { id: "f2", title: "Do you work outside Mangaluru?", content: "Yes, we handle select institutional projects regionally." }, ]} /> @@ -303,50 +127,9 @@ export default function LandingPage() {