From af777ecc99d2d620d5aeaabfbe49053d94f6b37e Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 3 Apr 2026 13:26:59 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 199 +++++++---------------------------------------- 1 file changed, 28 insertions(+), 171 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f11bee2..1c72af9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -28,30 +28,13 @@ export default function LandingPage() { @@ -197,16 +106,8 @@ export default function LandingPage() { title="Frequently Asked Questions" description="Find answers to common inquiries about your upcoming visit." faqs={[ - { - id: "q1", - title: "What time is check-in?", - content: "Check-in begins at 3:00 PM.", - }, - { - id: "q2", - title: "Do you offer airport shuttle?", - content: "Yes, we provide concierge-led private transport.", - }, + { id: "q1", title: "What time is check-in?", content: "Check-in begins at 3:00 PM." }, + { id: "q2", title: "Do you offer airport shuttle?", content: "Yes, we provide concierge-led private transport." }, ]} faqsAnimation="slide-up" /> @@ -216,57 +117,13 @@ export default function LandingPage() { ); -} +} \ No newline at end of file