From e2425db78cfc4480bc487841680dc0e6e9eaceac Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 10:21:28 +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 914393a..b6af0c3 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -96,7 +96,7 @@ export default function ContactPage() { textboxLayout="default" useInvertedBackground={false} imagePosition="right" - imageSrc="http://img.b2bpic.net/free-photo/empty-wood-chair_1339-6717.jpg" + imageSrc="http://img.b2bpic.net/free-photo/empty-wood-chair_1339-6717.jpg?_wi=4" imageAlt="Restaurant location contact information" bulletPoints={[ { @@ -127,7 +127,7 @@ export default function ContactPage() { quote: "I had a question about my order and they responded immediately. The customer service here is truly exceptional. They care about your experience!", name: "Karim Hassan", role: "Regular Customer", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Professional customer service representative", }, { @@ -136,7 +136,7 @@ export default function ContactPage() { quote: "From ordering to delivery, everything was perfect. The team went above and beyond to ensure my satisfaction. Darxan Burger truly stands out!", name: "Layla Ahmad", role: "First-time Customer", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-beautiful-woman_641386-483.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-beautiful-woman_641386-483.jpg?_wi=2", imageAlt: "Happy satisfied customer testimonial", }, { @@ -145,7 +145,7 @@ export default function ContactPage() { quote: "Whether it's 2 PM or 2 AM, Darxan Burger delivers. Their consistency and reliability are unmatched. I recommend them to everyone!", name: "Rashid Omar", role: "Loyal Customer", - imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3797.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3797.jpg?_wi=2", imageAlt: "Satisfied business customer testimonial", }, ]}