diff --git a/src/app/page.tsx b/src/app/page.tsx index d8512fe..2dad603 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -57,7 +57,7 @@ export default function LandingPage() { { text: "Book a Turf", href: "https://apps.apple.com" }, { text: "Learn More", href: "#about" } ]} - background={{ variant: "circleGradient" }} + background={{ variant: "plain" }} buttonAnimation="slide-up" ariaLabel="TurfMate booking hero section" /> @@ -143,10 +143,10 @@ export default function LandingPage() {