From 02dbd6df6f011b9c963b27e5b9634e58e9161b0f Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 5 May 2026 19:01:42 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 217 ++++++++++++++--------------------------------- 1 file changed, 62 insertions(+), 155 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9062dfe..55e2840 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -4,7 +4,6 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import ContactCTA from '@/components/sections/contact/ContactCTA'; import FaqBase from '@/components/sections/faq/FaqBase'; -import FeatureCardTwentyFour from '@/components/sections/feature/FeatureCardTwentyFour'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial'; import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen'; @@ -12,6 +11,7 @@ import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarS import ProductCardThree from '@/components/sections/product/ProductCardThree'; import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; import PricingCardEight from '@/components/sections/pricing/PricingCardEight'; +import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree'; export default function LandingPage() { return ( @@ -31,16 +31,11 @@ export default function LandingPage() { -
- -
-
@@ -207,12 +142,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} faqs={[ - { - id: "q1", title: "Do I need a reservation?", content: "Yes, we highly recommend reservations for VIP areas and peak hours."}, - { - id: "q2", title: "What is the dress code?", content: "Smart casual or formal—dress to impress."}, - { - id: "q3", title: "Where are you located?", content: "We are located in the vibrant district of Amman, Jordan."}, + { id: "q1", title: "Do I need a reservation?", content: "Yes, we highly recommend reservations for VIP areas and peak hours." }, + { id: "q2", title: "What is the dress code?", content: "Smart casual or formal—dress to impress." }, + { id: "q3", title: "Where are you located?", content: "We are located in the vibrant district of Amman, Jordan." }, ]} title="Got Questions?" description="Find everything you need to know." @@ -223,14 +155,12 @@ export default function LandingPage() {
@@ -238,32 +168,9 @@ export default function LandingPage() {