From e64d0c1439af87497c9f43785954ba7a9317082e Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 00:08:31 +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 a136e21..14bacde 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -65,7 +65,7 @@ export default function LandingPage() { { text: "Learn More", href: "#about" } ]} buttonAnimation="slide-up" - background={{ variant: "glowing-orb" }} + background={{ variant: "grid" }} useInvertedBackground={false} /> @@ -185,7 +185,7 @@ export default function LandingPage() { { text: "Book Online", href: "https://calendly.com" } ]} buttonAnimation="slide-up" - background={{ variant: "glowing-orb" }} + background={{ variant: "grid" }} useInvertedBackground={false} /> -- 2.49.1