From 540509d21e1e9dead1462c4de8922d8bf436d0d4 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 1 Apr 2026 06:49:42 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 270 ++++++++--------------------------------------- 1 file changed, 45 insertions(+), 225 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b9d8cf9..211b64d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -3,12 +3,12 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import ContactFaq from '@/components/sections/contact/ContactFaq'; -import FeatureCardEight from '@/components/sections/feature/FeatureCardEight'; -import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; -import HeroSplit from '@/components/sections/hero/HeroSplit'; +import FeatureCardNineteen from '@/components/sections/feature/FeatureCardNineteen'; +import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; +import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonial'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; -import SplitAbout from '@/components/sections/about/SplitAbout'; -import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; +import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout'; +import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; import { Phone } from "lucide-react"; export default function LandingPage() { @@ -29,192 +29,70 @@ export default function LandingPage() {
-
-
-
-
@@ -223,83 +101,25 @@ export default function LandingPage() { animationType="slide-up" useInvertedBackground={false} faqs={[ - { - id: "1", - title: "How far in advance should I book?", - content: "I recommend booking at least 3-4 weeks in advance for weekends.", - }, - { - id: "2", - title: "Do you handle all dietary needs?", - content: "Yes, all dietary preferences and allergies are fully accommodated.", - }, - { - id: "3", - title: "Do you provide service staff?", - content: "Staffing services are available upon request for larger events.", - }, + { id: "1", title: "How far in advance should I book?", content: "3-4 weeks for weekends." }, + { id: "2", title: "Do you handle all dietary needs?", content: "Yes, all preferences are accommodated." } ]} ctaTitle="Ready to Plan Your Meal?" - ctaDescription="Let's discuss your next dinner party or private event. Reach out to schedule a consultation." - ctaButton={{ - text: "Get in Touch", - href: "mailto:hello@privatechef.com", - }} + ctaDescription="Reach out to schedule a consultation." + ctaButton={{ text: "Get in Touch", href: "mailto:hello@privatechef.com" }} ctaIcon={Phone} /> ); -} +} \ No newline at end of file -- 2.49.1