diff --git a/src/app/page.tsx b/src/app/page.tsx index 5f15e0a..d7cbd0f 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="small" sizing="largeSmallSizeLargeTitles" - background="aurora" + background="circleGradient" cardStyle="gradient-bordered" primaryButtonStyle="double-inset" secondaryButtonStyle="solid" @@ -48,7 +48,7 @@ export default function LandingPage() { { text: "Explore Products", href: "products" }, { text: "Learn More", href: "about" } ]} - background={{ variant: "aurora" }} + background={{ variant: "sparkles-gradient" }} imageSrc="https://img.b2bpic.net/free-photo/young-woman-close-up-holding-moisturizer-demonstrates_651396-1781.jpg" imageAlt="Luxury skincare products and natural ingredients" frameStyle="card" @@ -187,7 +187,7 @@ export default function LandingPage() { tagIcon={Mail} title="Glow with Luminous Updates" description="Subscribe to receive skincare tips, exclusive product launches, and special offers directly to your inbox." - background={{ variant: "aurora" }} + background={{ variant: "sparkles-gradient" }} useInvertedBackground="noInvert" inputPlaceholder="Enter your email" buttonText="Subscribe"