From e7d6358d54df6c73a73161bb74e44a7f4e1687b0 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 04:44:36 +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 03f0c4f..6edf59c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,7 +47,7 @@ export default function LandingPage() { tag="Family Welcome" tagIcon={Heart} tagAnimation="slide-up" - background={{ variant: "radial-gradient" }} + background={{ variant: "fluid" }} buttons={[ { text: "Reserve Your Table Now", href: "#contact" }, { text: "Order Online", href: "#" } @@ -103,7 +103,7 @@ export default function LandingPage() { id: "affordable-pricing", title: "Affordable & Transparent Pricing", description: "Enjoy premium North Indian cuisine at budget-friendly rates starting at ₹200–400 per person. No hidden charges, just honest value.", imageSrc: "http://img.b2bpic.net/free-photo/dollar-burger_1401-439.jpg", imageAlt: "Value for Money Pricing" } ]} - gridVariant="uniform-all-items-equal" + gridVariant="uniform-4-items" animationType="slide-up" textboxLayout="default" useInvertedBackground="noInvert" -- 2.49.1