From 1d3c3bea8e050661479f8a296e43da524aa9ed8f Mon Sep 17 00:00:00 2001 From: development Date: Wed, 14 Jan 2026 23:20:36 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index bc355ca..790aaf4 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 NavbarStyleMinimal from '@/components/navbar/NavbarStyleMinimal'; @@ -100,8 +100,7 @@ export default function LandingPage() { ]} imageSrc="https://img.b2bpic.net/free-photo/car-headlight-couple-making-deal-with-car-dealer_651396-1187.jpg" imageAlt="Classic Motors luxury showroom interior" - useInvertedBackground="invertDefault" - containerClassName="w-full" + useInvertedBackground="noInvert" /> @@ -156,7 +155,7 @@ export default function LandingPage() { textboxLayout="default" gridVariant="uniform-all-items-equal" animationType="slide-up" - useInvertedBackground="invertDefault" + useInvertedBackground="noInvert" containerClassName="w-full" /> @@ -212,7 +211,7 @@ export default function LandingPage() { text: "Call Us", href: "tel:+1-800-CLASSIC" } ]} - useInvertedBackground="invertDefault" + useInvertedBackground="noInvert" containerClassName="w-full" />