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 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"
|
||||||
|
|||||||
Reference in New Issue
Block a user