Update src/app/page.tsx

This commit is contained in:
2026-02-11 10:11:57 +00:00
parent 89a327c412
commit fbdff2704e

View File

@@ -1,4 +1,4 @@
"use client"
"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
@@ -20,7 +20,7 @@ export default function LandingPage() {
borderRadius="rounded"
contentWidth="smallMedium"
sizing="mediumSizeLargeTitles"
background="aurora"
background="floatingGradient"
cardStyle="soft-shadow"
primaryButtonStyle="inset-glow"
secondaryButtonStyle="layered"
@@ -46,7 +46,7 @@ export default function LandingPage() {
description="Discover curated luxury timepieces that transcend trends. Each watch is a masterpiece of craftsmanship and engineering, selected for collectors who appreciate the finer details."
tag="Premium Collection"
tagIcon={Sparkles}
background={{variant: "aurora"}}
background={{variant: "sparkles-gradient"}}
buttons={[
{text: "Explore Collections", href: "collections"},
{text: "Learn More", href: "about"}