From 6b2cc7c6fbda9e18ca1fd45f5defce8913ad2182 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 13:34:23 +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 940a53f..88683ce 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -85,22 +85,22 @@ export default function LandingPage() { { title: "Mezze Culture", description: "Shared plates served with pride, celebrating seasonal Greek produce and time-honored techniques.", icon: Sparkles, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/meat-cotlet-with-vegetables-red-basilic_114579-3204.jpg" }, - { imageSrc: "http://img.b2bpic.net/free-photo/meat-cotlet-with-vegetables-red-basilic_114579-3204.jpg" } + { imageSrc: "http://img.b2bpic.net/free-photo/meat-cotlet-with-vegetables-red-basilic_114579-3204.jpg?_wi=1" }, + { imageSrc: "http://img.b2bpic.net/free-photo/meat-cotlet-with-vegetables-red-basilic_114579-3204.jpg?_wi=2" } ] }, { title: "Communal Dining", description: "Gather around tables designed for connection, where every meal is an invitation to celebrate together.", icon: Users, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/group-happy-people-eating-pizza_23-2148212367.jpg" }, - { imageSrc: "http://img.b2bpic.net/free-photo/group-happy-people-eating-pizza_23-2148212367.jpg" } + { imageSrc: "http://img.b2bpic.net/free-photo/group-happy-people-eating-pizza_23-2148212367.jpg?_wi=1" }, + { imageSrc: "http://img.b2bpic.net/free-photo/group-happy-people-eating-pizza_23-2148212367.jpg?_wi=2" } ] }, { title: "Warm Atmosphere", description: "Authentic tavern hospitality in Nea Erythraia, creating an environment that feels like a homecoming.", icon: Home, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/lifestyle_1122-1856.jpg" }, - { imageSrc: "http://img.b2bpic.net/free-photo/lifestyle_1122-1856.jpg" } + { imageSrc: "http://img.b2bpic.net/free-photo/lifestyle_1122-1856.jpg?_wi=1" }, + { imageSrc: "http://img.b2bpic.net/free-photo/lifestyle_1122-1856.jpg?_wi=2" } ] } ]} -- 2.49.1