Update src/app/page.tsx
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user