From 946893e7ad7c41c9f79171ee237873093413ac63 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 23:33:57 +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 e7fcde7..faf4df0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,7 +48,7 @@ export default function LandingPage() { tag="Women's Sports Excellence" tagIcon={Sparkles} tagAnimation="slide-up" - background={{ variant: "glowing-orb" }} + background={{ variant: "noise" }} leftCarouselItems={[ { imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-wireless-earphones-with-backpack-shoulder-dreamily-looking-camera-treadmill-city-stadium_574295-5298.jpg", imageAlt: "Women athlete in action"}, @@ -220,7 +220,7 @@ export default function LandingPage() { { text: "Schedule a Call", href: "https://calendly.com/undisputed" }, ]} buttonAnimation="slide-up" - background={{ variant: "glowing-orb" }} + background={{ variant: "noise" }} useInvertedBackground={false} /> -- 2.49.1