From b1a24e1fb1181adc52769b0fe509d8863df5d222 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 19:30:26 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 122b880..cfa0c12 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -46,7 +46,7 @@ export default function LandingPage() { tag="Premium Halal Chinese" tagIcon={Sparkles} tagAnimation="slide-up" - background={{ variant: "plain" }} + background={{ variant: "circleGradient" }} buttons={[ { text: "Order Online", href: "#" }, { text: "View Menu", href: "#menu" } @@ -63,7 +63,6 @@ export default function LandingPage() { mediaAnimation="slide-up" rating={5} ratingText="Loved by the Bronx Community" - useInvertedBackground={false} /> -- 2.49.1