From c1e271beb75660018862e2b7a6be1cf29bc5ae0b Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 18 May 2026 06:21:23 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 15f4a82..7142d85 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,8 +2,8 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactCenter from '@/components/sections/contact/ContactCenter'; -import FaqBase from '@/components/sections/faq/FaqBase'; +import ContactSplit from '@/components/sections/contact/ContactSplit'; +import FaqDouble from '@/components/sections/faq/FaqDouble'; import FeatureCardTwentyThree from '@/components/sections/feature/FeatureCardTwentyThree'; import FooterSimple from '@/components/sections/footer/FooterSimple'; import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia'; @@ -71,6 +71,7 @@ export default function LandingPage() { title="Our Signature Offerings" description="Indulge in our curated selection of cafe delights." textboxLayout="default" + useInvertedBackground={false} features={[ { id: "1", title: "Artisan Breakfast", tags: ["Morning Special"], imageSrc: "http://img.b2bpic.net/free-photo/penne-pasta-with-parmesan-ceramic-plate-luxury-restaurant_114579-2154.jpg" }, { id: "2", title: "Craft Coffee", tags: ["Single Origin"], imageSrc: "http://img.b2bpic.net/free-photo/male-barista-pouring-boiling-water-coffee-filter_23-2148824409.jpg" }, @@ -86,6 +87,7 @@ export default function LandingPage() { title="Menu Favorites" description="Explore our curated favorites." textboxLayout="default" + useInvertedBackground={false} products={[ { id: "1", brand: "Classic", name: "Signature Latte", price: "$6", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-chocolate-cakes-with-icing-cup-tea-pink_140725-78155.jpg" }, { id: "2", brand: "Sweet", name: "Berry Cheesecake", price: "$8", rating: 5, reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/top-view-yummy-creamy-cake-with-cup-tea-light-dark-background_140725-80168.jpg" } @@ -99,6 +101,7 @@ export default function LandingPage() { title="Hear from Our Guests" description="Experiences that define us." textboxLayout="default" + useInvertedBackground={false} testimonials={[ { id: "1", name: "Anna S.", handle: "@anna.coffee", testimonial: "The ambiance is perfect for a relaxing morning. Absolutely love their pastries!" }, { id: "2", name: "Mark R.", handle: "@mark.design", testimonial: "Best coffee in the city. The staff makes you feel at home every single visit." } @@ -112,6 +115,7 @@ export default function LandingPage() { title="As Seen In" description="Honored to be recognized for our craft." textboxLayout="default" + useInvertedBackground={false} /> @@ -124,6 +128,7 @@ export default function LandingPage() { title="Common Inquiries" textboxLayout="default" faqsAnimation="slide-up" + useInvertedBackground={false} /> @@ -135,6 +140,7 @@ export default function LandingPage() { background={{ variant: "plain" }} mediaPosition="right" imageSrc="http://img.b2bpic.net/free-photo/table-set-dinning-table_1339-3458.jpg" + useInvertedBackground={false} /> -- 2.49.1