From 6efb40b0ab8d6683943c01361af2fc4f24303f25 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 18 Feb 2026 16:40:02 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f9a6b20..59adcba 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,7 +50,7 @@ export default function LandingPage() { { text: "Explore Collection", href: "products" }, { text: "Learn More", href: "about" } ]} - background={{ variant: "aurora" }} + background={{ variant: "sparkles-gradient" }} imageSrc="https://img.b2bpic.net/free-photo/top-view-body-butter-leaves-plain-background_23-2148305475.jpg" imageAlt="Luminous skincare products collection" frameStyle="card" @@ -228,7 +228,7 @@ export default function LandingPage() { { text: "Shop Now", href: "products" }, { text: "Get In Touch", href: "#contact" } ]} - background={{ variant: "aurora" }} + background={{ variant: "sparkles-gradient" }} useInvertedBackground={false} /> -- 2.49.1