From 8744f76e011f7c345009d68e7e2e51bcc0572bbf Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 14:50:29 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 6e7efd4..a23c060 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -131,28 +131,28 @@ export default function ContactPage() { id: 1, title: "Call Us Directly", description: "Phone: +91-9876-543-210 - Available during store hours", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-pink-cocktail-garnished-with-dried-rose-petals_141793-2160.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-pink-cocktail-garnished-with-dried-rose-petals_141793-2160.jpg?_wi=4", imageAlt: "Call Taj Icecream" }, { id: 2, title: "WhatsApp Order", description: "Message us on WhatsApp for quick orders and inquiries", - imageSrc: "http://img.b2bpic.net/free-photo/typical-brazilian-freezies-with-fruits-still-life_23-2150187440.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/typical-brazilian-freezies-with-fruits-still-life_23-2150187440.jpg?_wi=4", imageAlt: "WhatsApp Order" }, { id: 3, title: "Visit Our Shop", description: "Located in Bohri Mohalla, Mumbai - Walk in anytime we're open", - imageSrc: "http://img.b2bpic.net/free-photo/lovely-cupcakes-table_23-2147758341.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/lovely-cupcakes-table_23-2147758341.jpg?_wi=3", imageAlt: "Visit Taj Icecream Shop" }, { id: 4, title: "Late Night Orders", description: "Order till 3 AM daily - Perfect for your late night cravings", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-delicious-milkshake-with-plain-background_23-2148296064.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-delicious-milkshake-with-plain-background_23-2148296064.jpg?_wi=4", imageAlt: "Late Night Delivery" } ]}