From 149a70fb2f5900a0337f8a0dcccc58e1671b3b1d Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 11:47:29 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 15e0f60..fb84c6e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,7 +20,7 @@ export default function LandingPage() { borderRadius="rounded" contentWidth="medium" sizing="largeSmallSizeLargeTitles" - background="floatingGradient" + background="circleGradient" cardStyle="layered-gradient" primaryButtonStyle="double-inset" secondaryButtonStyle="glass" @@ -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