From 4f57c4b8888cd4c1b438cab3d1358937fcb07f33 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 22:14:09 +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 0531775..44f8697 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: "circleGradient" }} + background={{ variant: "glowing-orb" }} 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: "circleGradient" }} + background={{ variant: "sparkles-gradient" }} 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