From a9e32542bf0e256589adaa732af4d8cd99bfddc4 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 19:23:21 +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 3e4b6f6..534e930 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -107,17 +107,17 @@ export default function LandingPage() { useInvertedBackground={true} products={[ { - id: "1", name: "Grilled Octopus", price: "18€", imageSrc: "http://img.b2bpic.net/free-photo/wooden-gift-box-with-blue-patterns_114579-12109.jpg"}, + id: "1", name: "Grilled Octopus", price: "18€", 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"}, + id: "2", name: "Saganaki Honey", price: "12€", 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"}, + id: "3", name: "Fava Santorini", price: "9€", 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"}, + id: "4", name: "Lamb Kleftiko", price: "22€", 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"}, + id: "5", name: "Horiatiki Salad", price: "10€", 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"}, + id: "6", name: "Stuffed Vine Leaves", price: "11€", imageSrc: "http://img.b2bpic.net/free-photo/wooden-gift-box-with-blue-patterns_114579-12109.jpg?_wi=6"}, ]} title="The Selection" description="Carefully curated meze, honoring Greek traditions." @@ -133,19 +133,19 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Eleni P.", 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", name: "Giannis M.", 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", name: "Sophie D.", 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", name: "Kostas T.", 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", name: "Maria K.", 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" description="Authentic experiences from our guests." -- 2.49.1