From 6e754e297996057a5fa411d56eb2578fbe51f98a Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 22 May 2026 16:15:48 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3ee9af4..bbe3b44 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -3,15 +3,12 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import ContactSplit from '@/components/sections/contact/ContactSplit'; -import FaqDouble from '@/components/sections/faq/FaqDouble'; -import FeatureCardTwentySeven from '@/components/sections/feature/FeatureCardTwentySeven'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; import HeroOverlayTestimonial from '@/components/sections/hero/HeroOverlayTestimonial'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import SplitAbout from '@/components/sections/about/SplitAbout'; -import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; export default function LandingPage() { return ( @@ -66,6 +63,7 @@ export default function LandingPage() { { title: "Exclusive Design", description: "No two pieces are alike due to the unique wood grain." }, ]} imageSrc="http://img.b2bpic.net/free-photo/texture-damaged-wooden-panels_1219-38.jpg" + useInvertedBackground={false} /> @@ -82,6 +80,7 @@ export default function LandingPage() { ]} title="Our Collection" description="Explore our selection of handcrafted, custom-made furniture pieces." + useInvertedBackground={false} /> @@ -95,6 +94,8 @@ export default function LandingPage() { ]} title="Custom Services" description="Choose the option that best fits your interior design project." + textboxLayout="default" + useInvertedBackground={false} /> @@ -104,6 +105,8 @@ export default function LandingPage() { title="Start Your Project" description="We are ready to transform your space with sustainable reclaimed wood furniture." imageSrc="http://img.b2bpic.net/free-photo/different-tools-workshop_23-2147749296.jpg" + background={{ variant: "plain" }} + useInvertedBackground={false} /> -- 2.49.1