From 0086f4faa62ffa1098a41efeb69bb00f876e027a Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 19:03:21 +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 7eeac32..593af90 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,7 +53,7 @@ export default function LandingPage() { tag="Creative Excellence" tagIcon={Sparkles} tagAnimation="slide-up" - background={{ variant: "glowing-orb" }} + background={{ variant: "noise" }} imageSrc="http://img.b2bpic.net/free-photo/close-up-laptop-with-spotify-app_23-2147987852.jpg" imageAlt="Professional video editing workspace" mediaAnimation="slide-up" @@ -312,7 +312,7 @@ export default function LandingPage() { { text: "Schedule a Call", href: "https://calendly.com" } ]} buttonAnimation="blur-reveal" - background={{ variant: "glowing-orb" }} + background={{ variant: "noise" }} useInvertedBackground={false} className="w-full" containerClassName="py-20 md:py-28"