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