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 { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||||
@@ -138,8 +138,8 @@ export default function LandingPage() {
|
|||||||
]}
|
]}
|
||||||
buttons={[{ text: "View All Models", href: "contact" }]}
|
buttons={[{ text: "View All Models", href: "contact" }]}
|
||||||
containerClassName="w-full"
|
containerClassName="w-full"
|
||||||
titleClassName="text-5xl lg:text-6xl font-black tracking-tight"
|
textBoxTitleClassName="text-5xl lg:text-6xl font-black tracking-tight"
|
||||||
descriptionClassName="text-xl text-accent/90"
|
textBoxDescriptionClassName="text-xl text-accent/90"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -203,8 +203,8 @@ export default function LandingPage() {
|
|||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
containerClassName="w-full"
|
containerClassName="w-full"
|
||||||
titleClassName="text-5xl lg:text-6xl font-black tracking-tight"
|
textBoxTitleClassName="text-5xl lg:text-6xl font-black tracking-tight"
|
||||||
descriptionClassName="text-xl text-accent/80"
|
textBoxDescriptionClassName="text-xl text-accent/80"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -269,8 +269,8 @@ export default function LandingPage() {
|
|||||||
]}
|
]}
|
||||||
buttons={[{ text: "Apply for Financing", href: "contact" }]}
|
buttons={[{ text: "Apply for Financing", href: "contact" }]}
|
||||||
containerClassName="w-full"
|
containerClassName="w-full"
|
||||||
titleClassName="text-5xl lg:text-6xl font-black tracking-tight"
|
textBoxTitleClassName="text-5xl lg:text-6xl font-black tracking-tight"
|
||||||
descriptionClassName="text-xl text-accent/80"
|
textBoxDescriptionClassName="text-xl text-accent/80"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user