From b891a1fd9291b138138c1780bbcfeeadde82916e Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 11:13:03 +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 181098e..85ed215 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,7 +51,7 @@ export default function LandingPage() { { text: "View Projects", href: "#projects" }, { text: "Get In Touch", href: "#contact" } ]} - background={{ variant: "sparkles-gradient" }} + background={{ variant: "glowing-orb" }} imageSrc="http://img.b2bpic.net/free-vector/tp193-319-384-229-s30-audi-presentation-13_53876-114334.jpg" imageAlt="Interactive 3D geometric shapes and floating elements" frameStyle="card" @@ -162,7 +162,7 @@ export default function LandingPage() { { text: "Send Email", href: "mailto:hello@example.com" }, { text: "Schedule Call", href: "https://calendly.com" } ]} - background={{ variant: "sparkles-gradient" }} + background={{ variant: "glowing-orb" }} useInvertedBackground={false} containerClassName="py-24 px-6" contentClassName="max-w-2xl mx-auto bg-card/50 backdrop-blur-md rounded-2xl p-12 shadow-xl" -- 2.49.1