From f580a0fa8f2e76217c19550fa055f6134e31ab4e Mon Sep 17 00:00:00 2001 From: development Date: Thu, 5 Feb 2026 13:47:52 +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 216aef6..7649f02 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'; @@ -73,7 +73,7 @@ export default function LandingPage() { gridVariant="four-items-2x2-equal-grid" animationType="slide-up" textboxLayout="default" - useInvertedBackground="invertDefault" + useInvertedBackground="noInvert" /> @@ -127,7 +127,7 @@ export default function LandingPage() { ]} animationType="slide-up" textboxLayout="default" - useInvertedBackground="invertDefault" + useInvertedBackground="noInvert" /> @@ -180,7 +180,7 @@ export default function LandingPage() { id: "6", title: "Can I return my iPhone?", content: "Absolutely. We offer a 30-day return policy on all unopened devices and 14 days for opened products in original condition. We also provide hassle-free exchanges if you want to switch models or colors." } ]} - useInvertedBackground="invertDefault" + useInvertedBackground="noInvert" animationType="slide-up" />