Update src/app/page.tsx

This commit is contained in:
2026-03-12 18:58:23 +00:00
parent f2bb4d6c2b
commit 8537acd032

View File

@@ -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"
/>
</div>
@@ -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"