Update src/app/page.tsx
This commit is contained in:
@@ -47,7 +47,7 @@ export default function LandingPage() {
|
|||||||
tag="Family Welcome"
|
tag="Family Welcome"
|
||||||
tagIcon={Heart}
|
tagIcon={Heart}
|
||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
background={{ variant: "fluid" }}
|
background={{ variant: "radial-gradient" }}
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Reserve Your Table Now", href: "#contact" },
|
{ text: "Reserve Your Table Now", href: "#contact" },
|
||||||
{ text: "Order Online", href: "#" }
|
{ 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"
|
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"
|
animationType="slide-up"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground="noInvert"
|
useInvertedBackground="noInvert"
|
||||||
|
|||||||
Reference in New Issue
Block a user