diff --git a/src/app/page.tsx b/src/app/page.tsx index c6b5979..53ddbc7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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"}