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"