From f120f5e261a1b74464469a1f53fc49c01db81ae9 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 18 May 2026 08:44:57 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 114 +++++++++-------------------------------------- 1 file changed, 21 insertions(+), 93 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 300ae44..7b24a5e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -7,7 +7,6 @@ import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll'; import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; -import ProductCart from '@/components/ecommerce/cart/ProductCart'; import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; export default function LandingPage() { @@ -28,18 +27,9 @@ export default function LandingPage() { @@ -114,67 +80,29 @@ export default function LandingPage() { mediaAnimation="blur-reveal" faqsAnimation="slide-up" faqs={[ - { - id: "q1", - title: "Do I need a reservation?", - content: "For our lounge evening service, we highly recommend booking in advance.", - }, - { - id: "q2", - title: "Are there vegan options?", - content: "Yes, we cater to all dietary preferences with dedicated plant-based choices.", - }, - { - id: "q3", - title: "Is parking available?", - content: "Both our Al Khuwair and Seeb locations provide ample guest parking.", - }, - { - id: "q4", - title: "Can I host events here?", - content: "We host private gatherings. Contact us for group packages and availability.", - }, - { - id: "q5", - title: "Are you open for breakfast?", - content: "Our morning coffee service starts at 7:00 AM daily.", - }, + { id: "q1", title: "Do I need a reservation?", content: "For our lounge evening service, we highly recommend booking in advance." }, + { id: "q2", title: "Are there vegan options?", content: "Yes, we cater to all dietary preferences with dedicated plant-based choices." }, + { id: "q3", title: "Is parking available?", content: "Both our Al Khuwair and Seeb locations provide ample guest parking." }, + { id: "q4", title: "Can I host events here?", content: "We host private gatherings. Contact us for group packages and availability." }, + { id: "q5", title: "Are you open for breakfast?", content: "Our morning coffee service starts at 7:00 AM daily." }, ]} /> -
- -
-