From 5da63e73a9f0f266ca2a66a713be0ca92dbb4d65 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 11:49:32 +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 2409091..fb84c6e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -59,7 +59,7 @@ export default function LandingPage() { { text: "See How It Works", href: "#features" } ]} buttonAnimation="slide-up" - background={{ variant: "floatingGradient" }} + background={{ variant: "glowing-orb" }} imageSrc="http://img.b2bpic.net/free-psd/moody-food-restaurant-concept-mock-up_23-2148410552.jpg" imageAlt="Perth Site Studio website builder interface" mediaAnimation="opacity" @@ -210,7 +210,7 @@ export default function LandingPage() { { text: "Get in Touch", href: "mailto:hello@perthsitestudio.com" } ]} buttonAnimation="slide-up" - background={{ variant: "floatingGradient" }} + background={{ variant: "glowing-orb" }} useInvertedBackground={false} /> -- 2.49.1