diff --git a/src/app/page.tsx b/src/app/page.tsx index 6edf59c..03f0c4f 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: "fluid" }} + background={{ variant: "radial-gradient" }} 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-4-items" + gridVariant="uniform-all-items-equal" animationType="slide-up" textboxLayout="default" useInvertedBackground="noInvert"