From 8537acd03200b778d791004ea5568099f4bfc061 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 18:58:23 +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 196e349..273eb5e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,7 +20,7 @@ export default function LandingPage() { borderRadius="rounded" contentWidth="mediumSmall" sizing="largeSmallSizeLargeTitles" - background="floatingGradient" + background="circleGradient" cardStyle="layered-gradient" primaryButtonStyle="radial-glow" secondaryButtonStyle="layered" @@ -55,7 +55,7 @@ export default function LandingPage() { { text: "Book a Service", href: "#contact" }, { text: "Meet Autumn", href: "#about" } ]} - background={{ variant: "floatingGradient" }} + background={{ variant: "plain" }} buttonAnimation="slide-up" /> @@ -255,7 +255,7 @@ export default function LandingPage() { tag="Book Now" title="Ready to Give Your Pet the Care They Deserve?" description="Schedule your free meet & greet today. Let's make sure your pet feels loved while you're away." - background={{ variant: "floatingGradient" }} + background={{ variant: "plain" }} useInvertedBackground={false} inputPlaceholder="Your email address" buttonText="Book Your Free Meet & Greet"