Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-04-05 14:50:12 +00:00

View File

@@ -30,25 +30,15 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Home",
id: "/",
},
name: "Home", id: "/"},
{
name: "Menu",
id: "/menu",
},
name: "Menu", id: "/menu"},
{
name: "About",
id: "/about",
},
name: "About", id: "/about"},
{
name: "Reviews",
id: "/reviews",
},
name: "Reviews", id: "/reviews"},
{
name: "Contact",
id: "/contact",
},
name: "Contact", id: "/contact"},
]}
brandName="Zani's Eatery"
/>
@@ -60,13 +50,9 @@ export default function LandingPage() {
description="Fresh. Juicy. Kasi Flavor. Discover the best fast food in Katlehong."
buttons={[
{
text: "Order Now",
href: "/menu",
},
text: "Order Now", href: "/menu"},
{
text: "View Menu",
href: "/menu",
},
text: "View Menu", href: "/menu"},
]}
imageSrc="http://img.b2bpic.net/free-photo/top-view-tasty-chicken-burger-with-vegetables-dark-surface-sandwich-fast-food-bun_140725-82636.jpg"
imageAlt="Zani's signature burger"
@@ -80,19 +66,13 @@ export default function LandingPage() {
metrics={[
{
icon: Users,
label: "Happy Customers",
value: "500+",
},
label: "Happy Customers", value: "500+"},
{
icon: Flame,
label: "Burgers Served",
value: "2000+",
},
label: "Burgers Served", value: "2000+"},
{
icon: MapPin,
label: "Katlehong Locations",
value: "1",
},
label: "Katlehong Locations", value: "1"},
]}
metricsAnimation="slide-up"
/>
@@ -106,34 +86,27 @@ export default function LandingPage() {
description="Find everything you need to know about Zani's Eatery."
faqs={[
{
id: "1",
title: "Do you deliver?",
content: "Yes, we are available on all major delivery platforms including Mr D.",
},
id: "1", title: "Do you deliver?", content: "Yes, we are available on all major delivery platforms including Mr D."},
{
id: "2",
title: "What are your hours?",
content: "We are open daily until 7:00 PM.",
},
id: "2", title: "What are your hours?", content: "We are open daily until 7:00 PM."},
]}
faqsAnimation="slide-up"
/>
</div>
<div id="ecommerce" data-section="ecommerce">
<ProductCartItem />
<ProductCartItem item={{ id: "1", name: "Signature Burger", price: "R90", quantity: 1, image: "http://img.b2bpic.net/free-photo/top-view-tasty-chicken-burger-with-vegetables-dark-surface-sandwich-fast-food-bun_140725-82636.jpg" }} />
</div>
<div id="contact" data-section="contact">
<ContactSplit
useInvertedBackground={false}
background={{
variant: "plain",
}}
variant: "plain"}}
tag="Get in touch"
title="Ready for a bite?"
description="Join our newsletter for exclusive weekly deals and menu updates."
imageSrc="http://img.b2bpic.net/free-photo/loaded-cheese-fries-with-bacon-chives_84443-87539.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/loaded-cheese-fries-with-bacon-chives_84443-87539.jpg"
mediaAnimation="slide-up"
/>
</div>
@@ -142,13 +115,9 @@ export default function LandingPage() {
<FooterLogoReveal
logoText="Zani's Eatery"
leftLink={{
text: "Privacy Policy",
href: "#",
}}
text: "Privacy Policy", href: "#"}}
rightLink={{
text: "Terms of Service",
href: "#",
}}
text: "Terms of Service", href: "#"}}
/>
</div>
</ReactLenis>