5 Commits

Author SHA1 Message Date
a009d3011d Merge version_3 into main
Merge version_3 into main
2026-05-05 15:13:31 +00:00
5e8d638e92 Update src/app/page.tsx 2026-05-05 15:13:28 +00:00
22436140e6 Merge version_2 into main
Merge version_2 into main
2026-05-05 15:12:03 +00:00
679df5d8f2 Update src/app/page.tsx 2026-05-05 15:12:00 +00:00
e71cd8b907 Merge version_1 into main
Merge version_1 into main
2026-05-05 15:11:11 +00:00

View File

@@ -47,8 +47,8 @@ export default function LandingPage() {
title="A Legacy of Taste Since 1953"
description="Experience the timeless flavors of Karachi at Kaiser Restaurant. Where tradition meets luxury in every bite."
buttons={[
{ text: "View Our Menu", href: "#menu" },
{ text: "Reserve a Table", href: "#contact" },
{ text: "Book Your Table Now", href: "#contact" },
{ text: "Browse Full Menu", href: "#menu" },
]}
imageSrc="http://img.b2bpic.net/free-photo/twigs-leaves-near-lamp-cutlery_23-2147811213.jpg"
imageAlt="Kaiser Restaurant Luxury Dining"
@@ -86,6 +86,9 @@ export default function LandingPage() {
gridVariant="bento-grid"
useInvertedBackground={true}
animationType="slide-up"
buttons={[
{ text: "View Full Menu", href: "#menu" }
]}
products={[
{ id: "1", name: "Mutton Leg Roast", price: "Rs. 2,000", variant: "Signature", imageSrc: "http://img.b2bpic.net/free-photo/pork-chop-steak_1339-7816.jpg" },
{ id: "2", name: "Mutton Karahi", price: "Rs. 1,500", variant: "Authentic", imageSrc: "http://img.b2bpic.net/free-photo/side-close-up-view-chicken-chicken-with-herbs-onion-lavash-sauce-bottle-oil_140725-72547.jpg" },