diff --git a/src/app/page.tsx b/src/app/page.tsx index 8a4d4b5..1638e3d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -46,7 +46,7 @@ export default function LandingPage() { tag="Premium Product" tagIcon={Sparkles} tagAnimation="slide-up" - background={{ variant: "glowing-orb" }} + background={{ variant: "aurora" }} leftCarouselItems={[ { imageSrc: "http://img.b2bpic.net/free-photo/close-up-fair-skinned-young-women-s-hands-holding-jars-organic-body-creams-care-moisturizing-concept_197531-31493.jpg", imageAlt: "Product lifestyle 1"}, @@ -205,7 +205,7 @@ export default function LandingPage() { { text: "Learn More", href: "#features" }, ]} buttonAnimation="slide-up" - background={{ variant: "glowing-orb" }} + background={{ variant: "aurora" }} useInvertedBackground={false} />