diff --git a/src/app/page.tsx b/src/app/page.tsx index e2860fc..99c5c49 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,21 +33,13 @@ export default function LandingPage() { @@ -56,32 +48,15 @@ export default function LandingPage() {
@@ -219,20 +154,11 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "f1", - title: "Is parking available?", - content: "Yes, we offer secure onsite parking for our guests.", - }, + id: "f1", title: "Is parking available?", content: "Yes, we offer secure onsite parking for our guests."}, { - id: "f2", - title: "Is breakfast included?", - content: "Yes, all room rates include our complimentary breakfast buffet.", - }, + id: "f2", title: "Is breakfast included?", content: "Yes, all room rates include our complimentary breakfast buffet."}, { - id: "f3", - title: "Do you offer airport transport?", - content: "We can organize reliable shuttle services upon request.", - }, + id: "f3", title: "Do you offer airport transport?", content: "We can organize reliable shuttle services upon request."}, ]} sideTitle="Common Questions" faqsAnimation="blur-reveal" @@ -243,18 +169,13 @@ export default function LandingPage() {
@@ -264,29 +185,19 @@ export default function LandingPage() { logoText="Mara Vegas" columns={[ { - title: "Company", - items: [ + title: "Company", items: [ { - label: "About Us", - href: "#about", - }, + label: "About Us", href: "#about"}, { - label: "Services", - href: "#services", - }, + label: "Services", href: "#services"}, ], }, { - title: "Support", - items: [ + title: "Support", items: [ { - label: "Contact", - href: "#contact", - }, + label: "Contact", href: "#contact"}, { - label: "FAQs", - href: "#faq", - }, + label: "FAQs", href: "#faq"}, ], }, ]}