Update src/app/page.tsx

This commit is contained in:
2026-01-04 18:16:36 +00:00
parent 68a91a274e
commit 5dd6f5ea03

View File

@@ -1,4 +1,4 @@
"use client" "use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
@@ -137,8 +137,8 @@ export default function LandingPage() {
buttons={[ buttons={[
{ text: "View All Models", href: "#product" } { text: "View All Models", href: "#product" }
]} ]}
titleClassName="text-4xl md:text-5xl font-extrabold" textBoxTitleClassName="text-4xl md:text-5xl font-extrabold"
descriptionClassName="text-base md:text-lg max-w-3xl" textBoxDescriptionClassName="text-base md:text-lg max-w-3xl"
cardNameClassName="text-xl font-bold" cardNameClassName="text-xl font-bold"
cardPriceClassName="text-2xl font-extrabold" cardPriceClassName="text-2xl font-extrabold"
cardVariantClassName="text-sm font-medium opacity-80" cardVariantClassName="text-sm font-medium opacity-80"