Merge version_1 into main #1

Merged
development merged 1 commits from version_1 into main 2026-01-14 23:20:41 +00:00

View File

@@ -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"
/>
</div>
@@ -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"
/>
</div>
@@ -212,7 +211,7 @@ export default function LandingPage() {
text: "Call Us", href: "tel:+1-800-CLASSIC"
}
]}
useInvertedBackground="invertDefault"
useInvertedBackground="noInvert"
containerClassName="w-full"
/>
</div>