diff --git a/src/app/page.tsx b/src/app/page.tsx index 57440e6..752da53 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -78,32 +78,32 @@ export default function LandingPage() { carouselItems={[ { id: "1", - imageSrc: "http://img.b2bpic.net/free-photo/tacos-placed-wooden-table_23-2148181611.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/tacos-placed-wooden-table_23-2148181611.jpg?_wi=1", imageAlt: "Royal Marrakech Taco", }, { id: "2", - imageSrc: "http://img.b2bpic.net/free-photo/tacos-placed-wooden-table_23-2148181611.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/tacos-placed-wooden-table_23-2148181611.jpg?_wi=2", imageAlt: "Remix Taco", }, { id: "3", - imageSrc: "http://img.b2bpic.net/free-photo/tacos-placed-wooden-table_23-2148181611.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/tacos-placed-wooden-table_23-2148181611.jpg?_wi=3", imageAlt: "Smash Sunrise Burger", }, { id: "4", - imageSrc: "http://img.b2bpic.net/free-photo/tacos-placed-wooden-table_23-2148181611.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/tacos-placed-wooden-table_23-2148181611.jpg?_wi=4", imageAlt: "Fried Box Bites", }, { id: "5", - imageSrc: "http://img.b2bpic.net/free-photo/tacos-placed-wooden-table_23-2148181611.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/tacos-placed-wooden-table_23-2148181611.jpg?_wi=5", imageAlt: "Cheesy Fries", }, { id: "6", - imageSrc: "http://img.b2bpic.net/free-photo/tacos-placed-wooden-table_23-2148181611.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/tacos-placed-wooden-table_23-2148181611.jpg?_wi=6", imageAlt: "Full Menu Overview", }, ]} @@ -149,37 +149,37 @@ export default function LandingPage() { id: "p1", name: "Remix Taco", price: "€9.50", - imageSrc: "http://img.b2bpic.net/free-photo/tacos-placed-wooden-table_23-2148181611.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/tacos-placed-wooden-table_23-2148181611.jpg?_wi=7", }, { id: "p2", name: "Royal Marrakech", price: "€10.50", - imageSrc: "http://img.b2bpic.net/free-photo/tacos-placed-wooden-table_23-2148181611.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/tacos-placed-wooden-table_23-2148181611.jpg?_wi=8", }, { id: "p3", name: "Smash Sunrise Burger", price: "€8.50", - imageSrc: "http://img.b2bpic.net/free-photo/tacos-placed-wooden-table_23-2148181611.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/tacos-placed-wooden-table_23-2148181611.jpg?_wi=9", }, { id: "p4", name: "Fried Box", price: "€7.00", - imageSrc: "http://img.b2bpic.net/free-photo/tacos-placed-wooden-table_23-2148181611.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/tacos-placed-wooden-table_23-2148181611.jpg?_wi=10", }, { id: "p5", name: "Cheesy Fries", price: "€5.00", - imageSrc: "http://img.b2bpic.net/free-photo/tacos-placed-wooden-table_23-2148181611.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/tacos-placed-wooden-table_23-2148181611.jpg?_wi=11", }, { id: "p6", name: "Mix Wings (6pc)", price: "€6.50", - imageSrc: "http://img.b2bpic.net/free-photo/tacos-placed-wooden-table_23-2148181611.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/tacos-placed-wooden-table_23-2148181611.jpg?_wi=12", }, ]} title="Bekijk ons menu" @@ -196,21 +196,21 @@ export default function LandingPage() { { title: "Takeaway.com", description: "Bestel direct via onze vertrouwde takeaway partner.", - imageSrc: "http://img.b2bpic.net/free-photo/tacos-placed-wooden-table_23-2148181611.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/tacos-placed-wooden-table_23-2148181611.jpg?_wi=13", titleIconSrc: "MapPin", buttonText: "Bestel Nu", }, { title: "Deliveroo", description: "Razendsnel bij je thuis bezorgd.", - imageSrc: "http://img.b2bpic.net/free-photo/tacos-placed-wooden-table_23-2148181611.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/tacos-placed-wooden-table_23-2148181611.jpg?_wi=14", titleIconSrc: "Bike", buttonText: "Bestel Nu", }, { title: "Uber Eats", description: "Gemakkelijk via je favoriete app.", - imageSrc: "http://img.b2bpic.net/free-photo/tacos-placed-wooden-table_23-2148181611.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/tacos-placed-wooden-table_23-2148181611.jpg?_wi=15", titleIconSrc: "Smartphone", buttonText: "Bestel Nu", },