Update src/app/page.tsx

This commit is contained in:
2026-03-29 20:49:45 +00:00
parent 26d9c62723
commit 2e04b6b866

View File

@@ -81,7 +81,7 @@ export default function LandingPage() {
href: "https://maps.app.goo.gl/",
},
]}
imageSrc="http://img.b2bpic.net/free-photo/side-view-stuffed-vegetables-with-meat-cream-sauce-white-plate_141793-3844.jpg"
imageSrc="http://img.b2bpic.net/free-photo/side-view-stuffed-vegetables-with-meat-cream-sauce-white-plate_141793-3844.jpg?_wi=1"
mediaAnimation="slide-up"
avatars={[
{
@@ -178,14 +178,14 @@ export default function LandingPage() {
name: "Gemüse Döner",
price: "5,50 €",
variant: "Veggie",
imageSrc: "http://img.b2bpic.net/free-photo/plov-ustu-doner-table_140725-9249.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/plov-ustu-doner-table_140725-9249.jpg?_wi=1",
},
{
id: "p2",
name: "Lahmacun",
price: "4,50 €",
variant: "Klassiker",
imageSrc: "http://img.b2bpic.net/free-photo/beef-burrito-with-tomato-cucumber-lettuce-jalapeno-served-with-fries-sauces-vertical_141793-1862.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/beef-burrito-with-tomato-cucumber-lettuce-jalapeno-served-with-fries-sauces-vertical_141793-1862.jpg?_wi=1",
},
]}
/>