From d0c2eb08beda11af33163d709edf847a5fec0e19 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Feb 2026 08:25:59 +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 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" -- 2.49.1