From c4a9db51482429d48015a1cee379cfce58c366bd Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 23:54:37 +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 9d20f58..b33dfde 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,7 +20,7 @@ export default function LandingPage() { borderRadius="soft" contentWidth="medium" sizing="largeSmallSizeLargeTitles" - background="grid" + background="circleGradient" cardStyle="subtle-shadow" primaryButtonStyle="gradient" secondaryButtonStyle="solid" @@ -47,7 +47,7 @@ export default function LandingPage() { tag="Local General Store" tagIcon={MapPin} tagAnimation="slide-up" - background={{ variant: "grid" }} + background={{ variant: "plain" }} buttons={[ { text: "Call Now", href: "tel:+919896789417" }, { text: "WhatsApp Order", href: "https://wa.me/919896789417" } @@ -203,7 +203,7 @@ export default function LandingPage() { { text: "WhatsApp Message", href: "https://wa.me/919896789417" } ]} buttonAnimation="slide-up" - background={{ variant: "grid" }} + background={{ variant: "plain" }} useInvertedBackground={false} ariaLabel="Contact call-to-action section" /> -- 2.49.1