From 2e8a233de8e4af6a31064d6eaad2bcf0f1a54f83 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 28 Mar 2026 06:34:08 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1290f8e..09bcb89 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -63,11 +63,11 @@ export default function LandingPage() { textboxLayout="default" products={[ { - id: "p1", name: "Χωριάτικο Ψωμί", price: "2.50€", variant: "Παραδοσιακά", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-croissant-bread-basket_23-2148288048.jpg" }, + id: "p1", name: "Χωριάτικο Ψωμί", price: "2.50€", variant: "Παραδοσιακά", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-croissant-bread-basket_23-2148288048.jpg?_wi=1" }, { - id: "p2", name: "Κρουασάν Βουτύρου", price: "1.80€", variant: "Πρωινό", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-delicious-croissants-being-prerpared_181624-56837.jpg" }, + id: "p2", name: "Κρουασάν Βουτύρου", price: "1.80€", variant: "Πρωινό", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-delicious-croissants-being-prerpared_181624-56837.jpg?_wi=1" }, { - id: "p3", name: "Παραδοσιακός Μπακλαβάς", price: "3.20€", variant: "Γλυκά", imageSrc: "http://img.b2bpic.net/free-photo/delicious-dessert-arrangement-top-view_23-2149629039.jpg" }, + id: "p3", name: "Παραδοσιακός Μπακλαβάς", price: "3.20€", variant: "Γλυκά", imageSrc: "http://img.b2bpic.net/free-photo/delicious-dessert-arrangement-top-view_23-2149629039.jpg?_wi=1" }, ]} /> @@ -93,13 +93,13 @@ export default function LandingPage() { products={[ { id: "p1", brand: "Παραδοσιακά", name: "Χωριάτικο Ψωμί", price: "2.50€", rating: 5, - reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-croissant-bread-basket_23-2148288048.jpg"}, + reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-croissant-bread-basket_23-2148288048.jpg?_wi=2"}, { id: "p2", brand: "Πρωινό", name: "Κρουασάν Βουτύρου", price: "1.80€", rating: 5, - reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-delicious-croissants-being-prerpared_181624-56837.jpg"}, + reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-delicious-croissants-being-prerpared_181624-56837.jpg?_wi=2"}, { id: "p3", brand: "Γλυκά", name: "Παραδοσιακός Μπακλαβάς", price: "3.20€", rating: 5, - reviewCount: "210", imageSrc: "http://img.b2bpic.net/free-photo/delicious-dessert-arrangement-top-view_23-2149629039.jpg"}, + reviewCount: "210", imageSrc: "http://img.b2bpic.net/free-photo/delicious-dessert-arrangement-top-view_23-2149629039.jpg?_wi=2"}, ]} title="Τα Προϊόντα μας" description="Δοκιμάστε τις χειροποίητες δημιουργίες μας." -- 2.49.1