From 9b0a14134804abc29aac26c170d2df89e1212a06 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 20:24:50 +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 102ec55..ad10271 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -75,21 +75,21 @@ export default function ContactPage() { id: "1", title: "Phone", tags: ["Direct", "Fast Response"], - imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-hand-adding-drink-shot_23-2148209433.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-hand-adding-drink-shot_23-2148209433.jpg?_wi=3", imageAlt: "Phone contact service", }, { id: "2", title: "Email", tags: ["Detailed", "Documentation"], - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-friends-eating-restaurant_23-2150491788.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/full-shot-friends-eating-restaurant_23-2150491788.jpg?_wi=6", imageAlt: "Email communication", }, { id: "3", title: "Visit Us", tags: ["In-Person", "Experience"], - imageSrc: "http://img.b2bpic.net/free-photo/table-set-dinning-table_1339-6420.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/table-set-dinning-table_1339-6420.jpg?_wi=2", imageAlt: "Visit our café locations", }, ]}