diff --git a/src/app/page.tsx b/src/app/page.tsx index 593af90..8abe584 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: "noise" }} + background={{ variant: "glowing-orb" }} 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: "noise" }} + background={{ variant: "plain" }} useInvertedBackground={false} className="w-full" containerClassName="py-20 md:py-28"