Merge version_1 into main #1

Merged
bender merged 3 commits from version_1 into main 2026-04-05 14:49:47 +00:00
3 changed files with 9 additions and 9 deletions

View File

@@ -79,7 +79,7 @@ export default function LandingPage() {
tag="Visit Us"
title="Drop by for a meal"
description="We are located in the heart of the community."
imageSrc="http://img.b2bpic.net/free-photo/tacos_23-2148159779.jpg"
imageSrc="http://img.b2bpic.net/free-photo/tacos_23-2148159779.jpg?_wi=2"
mediaAnimation="blur-reveal"
/>
</div>

View File

@@ -61,31 +61,31 @@ export default function LandingPage() {
id: "1",
name: "Triple Cheeseburger with Fries",
price: "R90",
imageSrc: "http://img.b2bpic.net/free-photo/loaded-cheese-fries-with-bacon-chives_84443-87539.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/loaded-cheese-fries-with-bacon-chives_84443-87539.jpg?_wi=2",
},
{
id: "2",
name: "Double Patty Dawgwood + Wings & Fries",
price: "R130",
imageSrc: "http://img.b2bpic.net/free-photo/tacos_23-2148159779.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/tacos_23-2148159779.jpg?_wi=1",
},
{
id: "3",
name: "Waffle Burger & Fries",
price: "R80",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-yummy-waffle-cakes-with-chocolate-bars-brown-background_140725-133469.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-yummy-waffle-cakes-with-chocolate-bars-brown-background_140725-133469.jpg?_wi=1",
},
{
id: "4",
name: "Chicken Wrap",
price: "R65",
imageSrc: "http://img.b2bpic.net/free-photo/loaded-cheese-fries-with-bacon-chives_84443-87539.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/loaded-cheese-fries-with-bacon-chives_84443-87539.jpg?_wi=3",
},
{
id: "5",
name: "Muesli Strawberry Smoothie",
price: "R45",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-yummy-waffle-cakes-with-chocolate-bars-brown-background_140725-133469.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-yummy-waffle-cakes-with-chocolate-bars-brown-background_140725-133469.jpg?_wi=2",
},
]}
title="Our Menu"
@@ -103,12 +103,12 @@ export default function LandingPage() {
{
title: "Fresh Beef",
description: "Locally sourced beef patties made daily.",
imageSrc: "http://img.b2bpic.net/free-photo/loaded-cheese-fries-with-bacon-chives_84443-87539.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/loaded-cheese-fries-with-bacon-chives_84443-87539.jpg?_wi=4",
},
{
title: "Crispy Veggies",
description: "Farm fresh lettuce and tomatoes for every order.",
imageSrc: "http://img.b2bpic.net/free-photo/loaded-cheese-fries-with-bacon-chives_84443-87539.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/loaded-cheese-fries-with-bacon-chives_84443-87539.jpg?_wi=5",
},
]}
/>

View File

@@ -133,7 +133,7 @@ export default function LandingPage() {
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"
imageSrc="http://img.b2bpic.net/free-photo/loaded-cheese-fries-with-bacon-chives_84443-87539.jpg?_wi=1"
mediaAnimation="slide-up"
/>
</div>