From 70be3446bdbf46a78339ff11759ddd8bac0deef4 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 22:12:50 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 183e224..0531775 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -45,7 +45,7 @@ export default function LandingPage() { tag="Est. Since 2020" tagIcon={Star} tagAnimation="slide-up" - background={{ variant: "glowing-orb" }} + background={{ variant: "circleGradient" }} kpis={[ { value: "MAD 1–50", label: "Affordable Pricing" }, { value: "4.2★", label: "Customer Rating" }, @@ -193,7 +193,7 @@ export default function LandingPage() { description="Subscribe to hear about new menu items, special offers, and exclusive deals. Plus, get tips on the best times to visit!" tagIcon={Bell} tagAnimation="slide-up" - background={{ variant: "glowing-orb" }} + background={{ variant: "circleGradient" }} useInvertedBackground={false} imageSrc="http://img.b2bpic.net/free-photo/diet-healthy-tacos-with-pork-avocado-wooden-background-selective-focusgenerative-ai_1258-153035.jpg" imageAlt="Appetizing taco imagery for newsletter signup" -- 2.49.1