Merge version_1 into main #1

Merged
development merged 1 commits from version_1 into main 2026-01-04 18:10:58 +00:00

View File

@@ -1,4 +1,4 @@
"use client"
"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
@@ -138,8 +138,8 @@ export default function LandingPage() {
]}
buttons={[{ text: "View All Models", href: "contact" }]}
containerClassName="w-full"
titleClassName="text-5xl lg:text-6xl font-black tracking-tight"
descriptionClassName="text-xl text-accent/90"
textBoxTitleClassName="text-5xl lg:text-6xl font-black tracking-tight"
textBoxDescriptionClassName="text-xl text-accent/90"
/>
</div>
</div>
@@ -203,8 +203,8 @@ export default function LandingPage() {
}
]}
containerClassName="w-full"
titleClassName="text-5xl lg:text-6xl font-black tracking-tight"
descriptionClassName="text-xl text-accent/80"
textBoxTitleClassName="text-5xl lg:text-6xl font-black tracking-tight"
textBoxDescriptionClassName="text-xl text-accent/80"
/>
</div>
</div>
@@ -269,8 +269,8 @@ export default function LandingPage() {
]}
buttons={[{ text: "Apply for Financing", href: "contact" }]}
containerClassName="w-full"
titleClassName="text-5xl lg:text-6xl font-black tracking-tight"
descriptionClassName="text-xl text-accent/80"
textBoxTitleClassName="text-5xl lg:text-6xl font-black tracking-tight"
textBoxDescriptionClassName="text-xl text-accent/80"
/>
</div>
</div>