diff --git a/src/app/page.tsx b/src/app/page.tsx index 742e8cb..f7b7200 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 NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; @@ -49,7 +49,7 @@ export default function LandingPage() { { text: "Shop Collection", href: "#products" }, { text: "Learn More", href: "#about" } ]} - background={{ variant: "circle-gradient" }} + background={{ variant: "sparkles-gradient" }} imageSrc="https://img.b2bpic.net/free-photo/vanilla-cookies-pralines-with-cup-tea_114579-4412.jpg" imageAlt="Mero premium ceramic cups" frameStyle="card" @@ -179,7 +179,7 @@ export default function LandingPage() { tag="Newsletter" title="Stay Updated with Mero" description="Subscribe to receive exclusive offers, new product launches, and ceramic care tips delivered to your inbox." - background={{ variant: "circle-gradient" }} + background={{ variant: "sparkles-gradient" }} useInvertedBackground="noInvert" imageSrc="https://img.b2bpic.net/free-photo/coffee-shop-with-people_1162-118.jpg" imageAlt="Newsletter signup"