From a91dfde84a4e49f9293df70308c2fcece1abf6a5 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 23:22:42 +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 046230a..d7c44c0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -45,7 +45,7 @@ export default function LandingPage() { description="Slow-simmered broths. Fresh noodles. Bold flavors. Experience ramen the way it's meant to be." tag="Premium Japanese Cuisine" tagIcon={Sparkles} - background={{ variant: "aurora" }} + background={{ variant: "glowing-orb" }} kpis={[ { value: "90%", label: "Customer Satisfaction" }, { value: "20+", label: "Years Experience" }, @@ -247,7 +247,7 @@ export default function LandingPage() { tagIcon={ArrowRight} title="Reserve Your Table or Order Online Today" description="Experience authentic Japanese ramen crafted with obsession. Whether you dine in, pick up, or have it delivered, JINYA brings premium flavor to your table." - background={{ variant: "aurora" }} + background={{ variant: "glowing-orb" }} useInvertedBackground={true} buttons={[ { text: "Reserve Table", href: "tel:+1-770-573-4988" }, -- 2.49.1