From fbdff2704e19fcee79d9e40b3418a701b64fd42e Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Feb 2026 10:11:57 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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"}