From 783ecd9fa529f8daae446dcda5236238c1352d8c Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 26 Apr 2026 02:31:00 +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 b11336d..f84219a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -45,13 +45,13 @@ export default function LandingPage() { title="Powering Your Vision with Precision" description="Madina Electric offers premium electrical solutions, lighting, and industrial hardware for homes and businesses. Quality you can trust." testimonials={[ - { name: "John Doe", 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", imageAlt: "luxury electric showroom" }, + { name: "John Doe", 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?_wi=1", imageAlt: "luxury electric showroom" }, { name: "Sarah Smith", handle: "@sarah.s", testimonial: "Professional solutions for our new store renovation.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/man-electrical-working-switchboard-with-fuses-uses-tablet_169016-52856.jpg", imageAlt: "luxury electric showroom" }, - { name: "Mike Ross", 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", imageAlt: "luxury electric showroom" }, - { name: "Elena King", 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", imageAlt: "luxury electric showroom" }, - { name: "David Wu", 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", imageAlt: "luxury electric showroom" }, + { name: "Mike Ross", 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?_wi=1", imageAlt: "luxury electric showroom" }, + { name: "Elena King", 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?_wi=1", imageAlt: "luxury electric showroom" }, + { name: "David Wu", 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?_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={[ { src: "http://img.b2bpic.net/free-photo/front-view-happy-man-showing-approval_23-2148230800.jpg", alt: "Front view happy man showing approval" }, @@ -79,11 +79,11 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - id: "1", title: "Energy Efficient", description: "Cutting-edge lighting that saves power.", tag: "Efficiency", imageSrc: "http://img.b2bpic.net/free-photo/yellow-electric-lightning-bolt-icon_53876-74655.jpg"}, + id: "1", title: "Energy Efficient", description: "Cutting-edge lighting that saves power.", tag: "Efficiency", 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.", tag: "Innovation", imageSrc: "http://img.b2bpic.net/free-photo/email-messages-network-circuit-board-link-connection-technology_1379-885.jpg"}, + id: "2", title: "Advanced Tech", description: "Smart integration for modern homes.", tag: "Innovation", 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.", tag: "Expertise", imageSrc: "http://img.b2bpic.net/free-photo/man-using-smartphone-his-automated-home_23-2149036892.jpg"}, + id: "3", title: "Expert Consultation", description: "Guidance from electrical specialists.", tag: "Expertise", imageSrc: "http://img.b2bpic.net/free-photo/man-using-smartphone-his-automated-home_23-2149036892.jpg?_wi=2"}, ]} title="Why Choose Madina Electric?" description="We offer comprehensive electrical services and products tailored for excellence." -- 2.49.1