7 Commits

Author SHA1 Message Date
183c26d68a Merge version_4 into main
Merge version_4 into main
2026-05-19 17:06:57 +00:00
192ca13757 Update src/app/page.tsx 2026-05-19 17:06:54 +00:00
872ad90d42 Update src/app/menu/page.tsx 2026-05-19 17:06:54 +00:00
bf802160a1 Merge version_4 into main
Merge version_4 into main
2026-05-19 17:06:33 +00:00
f3e44d7d7d Update src/app/page.tsx 2026-05-19 17:06:30 +00:00
6eeecc5b95 Merge version_3 into main
Merge version_3 into main
2026-05-19 17:00:15 +00:00
2982cc1708 Merge version_3 into main
Merge version_3 into main
2026-05-19 16:59:46 +00:00
2 changed files with 9 additions and 9 deletions

View File

@@ -43,10 +43,10 @@ export default function MenuPage() {
gridVariant="one-large-left-three-stacked-right"
useInvertedBackground={false}
products={[
{ id: "p1", name: "Signature Lamb Platter", price: "R550", imageSrc: "http://img.b2bpic.net/free-photo/person-s-hand-cutting-grilled-beef-steak-chopping-board-with-knife-fork_23-2147840988.jpg" },
{ id: "p2", name: "Shisanyama Mix Grill", price: "R420", imageSrc: "http://img.b2bpic.net/free-photo/sliced-grilled-steak-wooden-board-eggplant-potato-bel-pepper-top-view_141793-4147.jpg" },
{ id: "p3", name: "Grilled Chicken Wings", price: "R180", imageSrc: "http://img.b2bpic.net/free-photo/chicken-barbecue-with-bbq-ranch-tomatoes_114579-2059.jpg" },
{ id: "p4", name: "Traditional Pap & Chakalaka", price: "R95", imageSrc: "http://img.b2bpic.net/free-photo/lamb-steak-with-roasted-grilled-vegetables-black-stone-board_140725-10575.jpg" }
{ id: "p1", name: "Signature Lamb Platter", price: "R550", imageSrc: "http://img.b2bpic.net/free-photo/person-s-hand-cutting-grilled-beef-steak-chopping-board-with-knife-fork_23-2147840988.jpg?_wi=1" },
{ id: "p2", name: "Shisanyama Mix Grill", price: "R420", imageSrc: "http://img.b2bpic.net/free-photo/sliced-grilled-steak-wooden-board-eggplant-potato-bel-pepper-top-view_141793-4147.jpg?_wi=1" },
{ id: "p3", name: "Grilled Chicken Wings", price: "R180", imageSrc: "http://img.b2bpic.net/free-photo/chicken-barbecue-with-bbq-ranch-tomatoes_114579-2059.jpg?_wi=1" },
{ id: "p4", name: "Traditional Pap & Chakalaka", price: "R95", imageSrc: "http://img.b2bpic.net/free-photo/lamb-steak-with-roasted-grilled-vegetables-black-stone-board_140725-10575.jpg?_wi=1" }
]}
/>
</div>

View File

@@ -103,10 +103,10 @@ export default function LandingPage() {
gridVariant="four-items-2x2-equal-grid"
useInvertedBackground={false}
products={[
{ id: "p1", name: "Braai Platter", price: "R450", imageSrc: "http://img.b2bpic.net/free-photo/person-s-hand-cutting-grilled-beef-steak-chopping-board-with-knife-fork_23-2147840988.jpg" },
{ id: "p2", name: "Braai Mix", price: "R320", imageSrc: "http://img.b2bpic.net/free-photo/sliced-grilled-steak-wooden-board-eggplant-potato-bel-pepper-top-view_141793-4147.jpg" },
{ id: "p3", name: "Cocktails", price: "R140", imageSrc: "http://img.b2bpic.net/free-photo/chicken-barbecue-with-bbq-ranch-tomatoes_114579-2059.jpg" },
{ id: "p4", name: "Traditional Buffet", price: "R250", imageSrc: "http://img.b2bpic.net/free-photo/lamb-steak-with-roasted-grilled-vegetables-black-stone-board_140725-10575.jpg" },
{ id: "p1", name: "Braai Platter", price: "R450", imageSrc: "http://img.b2bpic.net/free-photo/person-s-hand-cutting-grilled-beef-steak-chopping-board-with-knife-fork_23-2147840988.jpg?_wi=2" },
{ id: "p2", name: "Braai Mix", price: "R320", imageSrc: "http://img.b2bpic.net/free-photo/sliced-grilled-steak-wooden-board-eggplant-potato-bel-pepper-top-view_141793-4147.jpg?_wi=2" },
{ id: "p3", name: "Cocktails", price: "R140", imageSrc: "http://img.b2bpic.net/free-photo/chicken-barbecue-with-bbq-ranch-tomatoes_114579-2059.jpg?_wi=2" },
{ id: "p4", name: "Traditional Buffet", price: "R250", imageSrc: "http://img.b2bpic.net/free-photo/lamb-steak-with-roasted-grilled-vegetables-black-stone-board_140725-10575.jpg?_wi=2" },
]}
title="Signature Favourites"
description="Crafted for sharing, celebrating and satisfying every craving."
@@ -146,7 +146,7 @@ export default function LandingPage() {
background={{ variant: "gradient-bars" }}
tag="Join Us"
title="Come Hungry. Leave Legendary."
description="Reserve your table today."
description="Address: 12 Main St, Kyalami | Phone: +27 11 000 0000 | Email: info@kyalamis.co.za | Hours: Tue-Sun 10am-10pm"
/>
</div>