4 Commits

Author SHA1 Message Date
99ea90265c Update src/app/page.tsx 2026-04-17 14:01:49 +00:00
f6fe7228c9 Merge version_2 into main
Merge version_2 into main
2026-04-17 13:59:49 +00:00
76cf52b16c Update src/app/page.tsx 2026-04-17 13:59:46 +00:00
15665edb4c Merge version_1 into main
Merge version_1 into main
2026-04-17 13:51:30 +00:00

View File

@@ -55,6 +55,8 @@ export default function LandingPage() {
buttons={[ buttons={[
{ {
text: "View Our Menu", href: "#menu"}, text: "View Our Menu", href: "#menu"},
{
text: "Book a Table", href: "#contact"},
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/top-view-cup-tea-with-lemon-light-white-space_140725-79718.jpg" imageSrc="http://img.b2bpic.net/free-photo/top-view-cup-tea-with-lemon-light-white-space_140725-79718.jpg"
mediaAnimation="slide-up" mediaAnimation="slide-up"
@@ -120,6 +122,9 @@ export default function LandingPage() {
textboxLayout="default" textboxLayout="default"
gridVariant="four-items-2x2-equal-grid" gridVariant="four-items-2x2-equal-grid"
useInvertedBackground={true} useInvertedBackground={true}
buttons={[
{ text: "View Full Menu", href: "#menu" }
]}
products={[ products={[
{ {
id: "1", name: "Chicken Biryani", price: "₹220", imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-cabbage-with-carrots-plate-carrots-herbs-cabbage-fork-bowls-spices_140725-71453.jpg"}, id: "1", name: "Chicken Biryani", price: "₹220", imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-cabbage-with-carrots-plate-carrots-herbs-cabbage-fork-bowls-spices_140725-71453.jpg"},