Merge version_2 into main #4
@@ -35,7 +35,7 @@ export default function LandingPage() {
|
||||
navItems={[
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Menu", id: "products" },
|
||||
{ name: "Braai Menu", 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: "House Gin & Tonic", price: "R85", imageSrc: "http://img.b2bpic.net/free-photo/close-up-mix-long-drinks_23-2148673762.jpg" },
|
||||
{ id: "p5", name: "Premium Red Wine", price: "R350", imageSrc: "http://img.b2bpic.net/free-photo/tasty-glass-red-wine-close-up_23-2148261643.jpg" },
|
||||
{ id: "p6", name: "Craft Lager Selection", price: "R45", imageSrc: "http://img.b2bpic.net/free-photo/bartender-fills-beer-mug-from-beer-tap_140725-1992.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" }
|
||||
]}
|
||||
title="Our Signature Offerings"
|
||||
description="From slow-cooked meats to curated spirits, discover your new favorite."
|
||||
title="Our Signature Braai Selection"
|
||||
description="Authentic, flame-grilled goodness. The finest cuts prepared the traditional way."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -182,7 +182,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{ id: "q1", title: "Do I need a booking?", content: "Booking is recommended for events and large groups." },
|
||||
{ id: "q2", title: "What kind of meats?", content: "We offer premium beef, lamb, and chicken grilled to perfection." },
|
||||
{ id: "q2", title: "What kind of meats?", content: "We specialize in premium flame-grilled meats and traditional braai cuts." },
|
||||
{ id: "q3", title: "Can I host an event?", content: "Yes, we specialize in venue hire for private celebrations." }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/couple-enjoying-food-restaurant_23-2149269187.jpg"
|
||||
@@ -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: "Menu", href: "#products" }] },
|
||||
{ title: "Company", items: [{ label: "About Us", href: "#about" }, { label: "Events", href: "#features" }, { label: "Braai Menu", 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