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