From 70e8fd465cc34d37a0c5cb9844028a8583819547 Mon Sep 17 00:00:00 2001 From: development Date: Wed, 4 Feb 2026 12:36:39 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index fb69a4b..fa14dd6 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 NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; @@ -61,7 +61,7 @@ export default function LandingPage() { @@ -173,7 +173,7 @@ export default function LandingPage() { gridVariant="bento-grid" textboxLayout="default" animationType="slide-up" - useInvertedBackground="invertDefault" + useInvertedBackground="noInvert" /> @@ -214,7 +214,7 @@ export default function LandingPage() { ctaDescription="Get in touch with our team to discuss your floral needs and book your custom arrangement today." ctaButton={{ text: "Start Your Order", href: "#" }} ctaIcon={Flower} - useInvertedBackground="invertDefault" + useInvertedBackground="noInvert" animationType="slide-up" accordionAnimationType="smooth" faqs={[ -- 2.49.1