@@ -60,41 +43,19 @@ export default function LandingPage() {
@@ -112,31 +73,11 @@ 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() {