From d916bb9273feb907d1103449dfd952db1f644ae4 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 27 Mar 2026 05:17:18 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index faef457..468dde9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -103,7 +103,7 @@ export default function LandingPage() { { id: "p4", name: "Ceiling & Table Fans", price: "Inquire for rates", imageSrc: "http://img.b2bpic.net/free-photo/male-electrician-works-switchboard-with-electrical-connecting-cable_169016-52245.jpg?_wi=1"}, { - id: "p5", name: "Home Appliances", price: "Inquire for rates", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-light-switch-home_1398-1288.jpg"} + id: "p5", name: "Home Appliances", price: "Inquire for rates", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-light-switch-home_1398-1288.jpg?_wi=1"} ]} title="Our Electrical Products" description="We offer a wide range of electrical wires, switches, LED lights, fans, and home appliances with expert installation support." @@ -116,7 +116,7 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", title: "Great Service", quote: "Munna Enterprises helped me wire my entire home. Excellent quality!", name: "Ramesh Kumar", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-light-switch-home_1398-1288.jpg"}, + id: "1", title: "Great Service", quote: "Munna Enterprises helped me wire my entire home. Excellent quality!", name: "Ramesh Kumar", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-light-switch-home_1398-1288.jpg?_wi=2"}, { id: "2", title: "Very Helpful", quote: "Found all the electrical parts I needed for my office upgrade. Great shop.", name: "Anjali Sharma", role: "Business Owner", imageSrc: "http://img.b2bpic.net/free-photo/male-electrician-working-switchboard-with-fuses_169016-52227.jpg?_wi=2"}, { -- 2.49.1