From 0b6fd9cac4815b5b51108ef25d42ff14cb03e8c3 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Mar 2026 05:21:33 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 88f613f..0394c2e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -46,7 +46,7 @@ export default function LandingPage() { tag="Premium Dining" tagIcon={UtensilsCrossed} tagAnimation="slide-up" - background={{ variant: "circleGradient" }} + background={{ variant: "plain" }} buttons={[ { text: "Reserve Now", href: "#contact" }, { text: "View Menu", href: "#features" } -- 2.49.1