From 06b9bcd7729f87d66c28913918c9332b23a60799 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 26 Apr 2026 02:30:04 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a9b56fd..55153bb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -62,7 +62,7 @@ export default function LandingPage() { handle: "@john.doe", testimonial: "Excellent service and high quality hardware.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/futuristic-store-with-abstract-concept-architecture_23-2150861916.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/futuristic-store-with-abstract-concept-architecture_23-2150861916.jpg?_wi=1", imageAlt: "luxury electric showroom", }, { @@ -78,7 +78,7 @@ export default function LandingPage() { handle: "@mikeross", testimonial: "Top-notch LED fixtures, very happy.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/yellow-electric-lightning-bolt-icon_53876-74655.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/yellow-electric-lightning-bolt-icon_53876-74655.jpg?_wi=1", imageAlt: "luxury electric showroom", }, { @@ -86,7 +86,7 @@ export default function LandingPage() { handle: "@elena.k", testimonial: "Very knowledgeable staff and quick delivery.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/email-messages-network-circuit-board-link-connection-technology_1379-885.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/email-messages-network-circuit-board-link-connection-technology_1379-885.jpg?_wi=1", imageAlt: "luxury electric showroom", }, { @@ -94,11 +94,11 @@ export default function LandingPage() { handle: "@dave.wu", testimonial: "Reliable hardware that lasts.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/man-using-smartphone-his-automated-home_23-2149036892.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-using-smartphone-his-automated-home_23-2149036892.jpg?_wi=1", imageAlt: "luxury electric showroom", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/futuristic-store-with-abstract-concept-architecture_23-2150861916.jpg" + imageSrc="http://img.b2bpic.net/free-photo/futuristic-store-with-abstract-concept-architecture_23-2150861916.jpg?_wi=2" imageAlt="luxury electric showroom" avatars={[ { @@ -147,19 +147,19 @@ export default function LandingPage() { id: "1", title: "Energy Efficient", description: "Cutting-edge lighting that saves power.", - imageSrc: "http://img.b2bpic.net/free-photo/yellow-electric-lightning-bolt-icon_53876-74655.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/yellow-electric-lightning-bolt-icon_53876-74655.jpg?_wi=2", }, { id: "2", title: "Advanced Tech", description: "Smart integration for modern homes.", - imageSrc: "http://img.b2bpic.net/free-photo/email-messages-network-circuit-board-link-connection-technology_1379-885.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/email-messages-network-circuit-board-link-connection-technology_1379-885.jpg?_wi=2", }, { id: "3", title: "Expert Consultation", description: "Guidance from electrical specialists.", - imageSrc: "http://img.b2bpic.net/free-photo/man-using-smartphone-his-automated-home_23-2149036892.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-using-smartphone-his-automated-home_23-2149036892.jpg?_wi=2", }, ]} title="Why Choose Madina Electric?" -- 2.49.1