From b756f2ae4093c60f513c7ed51d96570d0cf610d0 Mon Sep 17 00:00:00 2001 From: development Date: Wed, 21 Jan 2026 12:38:12 +0000 Subject: [PATCH] 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 8835275..96e00c5 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 NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; @@ -70,7 +70,7 @@ export default function LandingPage() { ]} imageSrc="https://img.b2bpic.net/free-photo/parisian-coffee-shop-style-with-tasty-coffee-served-wooden-table-coffee-shop-design_482257-18283.jpg" imageAlt="Brew Haven coffee shop interior" - useInvertedBackground="invertDefault" + useInvertedBackground="noInvert" /> @@ -113,7 +113,7 @@ export default function LandingPage() { ]} animationType="slide-up" textboxLayout="default" - useInvertedBackground="invertDefault" + useInvertedBackground="noInvert" /> @@ -171,7 +171,7 @@ export default function LandingPage() { } ]} textboxLayout="default" - useInvertedBackground="invertDefault" + useInvertedBackground="noInvert" animationType="smooth" />