From 8eb734f31319d4b20ee82c7af6bcb50a0dc6debf Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 19:22:24 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2318b95..9d21008 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -149,37 +149,37 @@ export default function LandingPage() { id: "1", name: "Grilled Octopus", price: "18€", - imageSrc: "http://img.b2bpic.net/free-photo/wooden-gift-box-with-blue-patterns_114579-12109.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/wooden-gift-box-with-blue-patterns_114579-12109.jpg?_wi=1", }, { id: "2", name: "Saganaki Honey", price: "12€", - imageSrc: "http://img.b2bpic.net/free-photo/wooden-gift-box-with-blue-patterns_114579-12109.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/wooden-gift-box-with-blue-patterns_114579-12109.jpg?_wi=2", }, { id: "3", name: "Fava Santorini", price: "9€", - imageSrc: "http://img.b2bpic.net/free-photo/wooden-gift-box-with-blue-patterns_114579-12109.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/wooden-gift-box-with-blue-patterns_114579-12109.jpg?_wi=3", }, { id: "4", name: "Lamb Kleftiko", price: "22€", - imageSrc: "http://img.b2bpic.net/free-photo/wooden-gift-box-with-blue-patterns_114579-12109.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/wooden-gift-box-with-blue-patterns_114579-12109.jpg?_wi=4", }, { id: "5", name: "Horiatiki Salad", price: "10€", - imageSrc: "http://img.b2bpic.net/free-photo/wooden-gift-box-with-blue-patterns_114579-12109.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/wooden-gift-box-with-blue-patterns_114579-12109.jpg?_wi=5", }, { id: "6", name: "Stuffed Vine Leaves", price: "11€", - imageSrc: "http://img.b2bpic.net/free-photo/wooden-gift-box-with-blue-patterns_114579-12109.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/wooden-gift-box-with-blue-patterns_114579-12109.jpg?_wi=6", }, ]} title="The Selection" @@ -199,7 +199,7 @@ export default function LandingPage() { role: "Food Critic", company: "Local Guide", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/wooden-gift-box-with-blue-patterns_114579-12109.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/wooden-gift-box-with-blue-patterns_114579-12109.jpg?_wi=7", }, { id: "2", @@ -207,7 +207,7 @@ export default function LandingPage() { role: "Regular", company: "Thessaloniki Local", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/wooden-gift-box-with-blue-patterns_114579-12109.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/wooden-gift-box-with-blue-patterns_114579-12109.jpg?_wi=8", }, { id: "3", @@ -215,7 +215,7 @@ export default function LandingPage() { role: "Tourist", company: "Travel Blog", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/wooden-gift-box-with-blue-patterns_114579-12109.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/wooden-gift-box-with-blue-patterns_114579-12109.jpg?_wi=9", }, { id: "4", @@ -223,7 +223,7 @@ export default function LandingPage() { role: "Foodie", company: "Gourmet Society", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/wooden-gift-box-with-blue-patterns_114579-12109.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/wooden-gift-box-with-blue-patterns_114579-12109.jpg?_wi=10", }, { id: "5", @@ -231,7 +231,7 @@ export default function LandingPage() { role: "Customer", company: "Frequent Visitor", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/wooden-gift-box-with-blue-patterns_114579-12109.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/wooden-gift-box-with-blue-patterns_114579-12109.jpg?_wi=11", }, ]} title="Heartfelt Feedback" -- 2.49.1