From c562d9eb9ce08470b16cc2994a80a6250110f5b4 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 16:03:07 +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 c64e7c7..364725f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -49,7 +49,7 @@ export default function LandingPage() { tag="Quality Guaranteed" tagIcon={CheckCircle} tagAnimation="slide-up" - background={{ variant: "glowing-orb" }} + background={{ variant: "aurora" }} leftCarouselItems={[ { imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-cheerful-labrador-standing-two-feet-field-sunlight-daytime_181624-40068.jpg", imageAlt: "Happy puppy playing outdoors"}, @@ -236,7 +236,7 @@ export default function LandingPage() { { text: "Shop Now", href: "#products" }, ]} buttonAnimation="slide-up" - background={{ variant: "glowing-orb" }} + background={{ variant: "aurora" }} useInvertedBackground={false} /> -- 2.49.1