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} />