From 09c16bb5ccd93f5f411292e7227ba15fc068673d Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 03:27:17 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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() {