diff --git a/src/app/vacation-rental/page.tsx b/src/app/vacation-rental/page.tsx index 8a6d654..8f27758 100644 --- a/src/app/vacation-rental/page.tsx +++ b/src/app/vacation-rental/page.tsx @@ -25,26 +25,11 @@ export default function LandingPage() { @@ -66,16 +50,8 @@ export default function LandingPage() { description="Quick turnarounds for seamless hosting." faqsAnimation="slide-up" faqs={[ - { - id: "v1", - title: "How fast is your turnaround?", - content: "We offer same-day turnover services for busy hosts.", - }, - { - id: "v2", - title: "Do you handle linens?", - content: "Yes, we handle full laundry and staging services.", - }, + { id: "v1", title: "How fast is your turnaround?", content: "We offer same-day turnover services for busy hosts." }, + { id: "v2", title: "Do you handle linens?", content: "Yes, we handle full laundry and staging services." } ]} /> @@ -83,32 +59,8 @@ export default function LandingPage() {