Merge version_3 into main #5
@@ -35,7 +35,7 @@ export default function LandingPage() {
|
||||
navItems={[
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Braai Menu", id: "products" },
|
||||
{ name: "Menu & Drinks", id: "products" },
|
||||
{ name: "Events", id: "features" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
@@ -96,12 +96,12 @@ export default function LandingPage() {
|
||||
{ id: "p1", name: "Premium Beef Platter", price: "R250", imageSrc: "http://img.b2bpic.net/free-photo/steak-with-cheese-vegetables-restaurant_501050-842.jpg" },
|
||||
{ id: "p2", name: "Signature Lamb Ribs", price: "R180", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-meat-concept-with-copy-space_23-2148738925.jpg" },
|
||||
{ id: "p3", name: "Char-Grilled Chicken", price: "R150", imageSrc: "http://img.b2bpic.net/free-photo/fried-sebet-wooden-board_140725-4714.jpg" },
|
||||
{ id: "p4", name: "Prime T-Bone Steak", price: "R320", imageSrc: "http://img.b2bpic.net/free-photo/t-bone-steak-wooden-board_144627-46636.jpg" },
|
||||
{ id: "p5", name: "Traditional Boerewors", price: "R120", imageSrc: "http://img.b2bpic.net/free-photo/grilled-boerewors-on-wooden-platter_140725-784.jpg" },
|
||||
{ id: "p6", name: "Smoked Pork Chops", price: "R190", imageSrc: "http://img.b2bpic.net/free-photo/grilled-pork-chops-vegetables_144627-2856.jpg" }
|
||||
{ id: "p7", name: "Premium Craft Whisky", price: "R95", imageSrc: "http://img.b2bpic.net/free-photo/glass-whiskey-with-ice-wooden-table_140725-5470.jpg" },
|
||||
{ id: "p8", name: "Signature Gin & Tonic", price: "R85", imageSrc: "http://img.b2bpic.net/free-photo/gin-tonic-cocktail-glass-garnished-with-cucumber-lime_1203-6330.jpg" },
|
||||
{ id: "p4", name: "Prime T-Bone Steak", price: "R320", imageSrc: "http://img.b2bpic.net/free-photo/t-bone-steak-wooden-board_144627-46636.jpg" }
|
||||
]}
|
||||
title="Our Signature Braai Selection"
|
||||
description="Authentic, flame-grilled goodness. The finest cuts prepared the traditional way."
|
||||
title="Our Braai & Bar Collection"
|
||||
description="Authentic, flame-grilled meats paired with our finest spirits and cocktails."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -206,7 +206,7 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{ title: "Company", items: [{ label: "About Us", href: "#about" }, { label: "Events", href: "#features" }, { label: "Braai Menu", href: "#products" }] },
|
||||
{ title: "Company", items: [{ label: "About Us", href: "#about" }, { label: "Events", href: "#features" }, { label: "Menu & Drinks", href: "#products" }] },
|
||||
{ title: "Legal", items: [{ label: "Terms", href: "#" }, { label: "Privacy", href: "#" }] }
|
||||
]}
|
||||
bottomLeftText="© 2024 Nsimbini Lifestyle"
|
||||
@@ -216,4 +216,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user