From 08db0d744246451c320df5a93d7ad0af2eb91c35 Mon Sep 17 00:00:00 2001 From: development Date: Tue, 20 Jan 2026 09:53:25 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 57a4994..3f286ce 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,4 +1,4 @@ -"use client" +"use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; @@ -64,7 +64,7 @@ export default function LandingPage() { tag="Our Story" imageSrc="https://img.b2bpic.net/free-photo/front-view-woman-working-with-flowers_23-2149591622.jpg" imageAlt="Brocoli flowers studio interior" - useInvertedBackground="invertDefault" + useInvertedBackground="noInvert" buttons={[ { text: "Explore Our Work", href: "products" } ]} @@ -110,7 +110,7 @@ export default function LandingPage() { description="Experience the difference of premium floral craftsmanship with our commitment to quality, freshness, and design excellence." tag="Our Expertise" textboxLayout="default" - useInvertedBackground="invertDefault" + useInvertedBackground="noInvert" showStepNumbers={true} features={[ { @@ -176,7 +176,7 @@ export default function LandingPage() { inputPlaceholder="Enter your email address" buttonText="Get Started" termsText="By signing up, you agree to receive updates about our latest collections and special offers." - useInvertedBackground="invertDefault" + useInvertedBackground="noInvert" /> -- 2.49.1 From c00bf83871a806bc28e87516577f7f7d94cf4de8 Mon Sep 17 00:00:00 2001 From: development Date: Tue, 20 Jan 2026 09:54:37 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3f286ce..3014153 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,7 +29,7 @@ export default function LandingPage() {