From 44afb7f672d227d595149b4be28fe09f720f5bbd Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 3 Apr 2026 21:05:15 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index a729fe9..958761d 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -64,13 +64,13 @@ export default function LandingPage() { id: "m1", name: "Marco Rossi", role: "Head Chef", - imageSrc: "http://img.b2bpic.net/free-photo/wicker-gray-table-with-glass-gray-chairs_140725-3025.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/wicker-gray-table-with-glass-gray-chairs_140725-3025.jpg?_wi=3", }, { id: "m2", name: "Elena Bianchi", role: "Restaurant Manager", - imageSrc: "http://img.b2bpic.net/free-photo/human-hand-preparing-fresh-spaghetti-pasta-with-powder-flour-kitchen-counter_23-2148076123.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/human-hand-preparing-fresh-spaghetti-pasta-with-powder-flour-kitchen-counter_23-2148076123.jpg?_wi=4", }, ]} /> @@ -78,7 +78,7 @@ export default function LandingPage() {