From 7e1346820241e04752f003204f01ff5164847924 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 18 Mar 2026 13:55:04 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 13fdb77..e90fa5d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -68,7 +68,7 @@ export default function LandingPage() { tagAnimation="slide-up" buttons={[{ text: "Explore Our Services", href: "#services" }]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/african-american-male-professional-works-desk-corporation_482257-122689.jpg" + imageSrc="http://img.b2bpic.net/free-photo/african-american-male-professional-works-desk-corporation_482257-122689.jpg?_wi=1" imageAlt="Shore Circuit team of qualified electricians" useInvertedBackground={false} /> @@ -84,15 +84,15 @@ export default function LandingPage() { features={[ { id: 1, - title: "Residential Wiring & Installation", description: "Full rewiring, circuit installation, and electrical upgrades for new builds and renovations. We ensure clean, safe, precision work that integrates seamlessly with your home.", imageSrc: "http://img.b2bpic.net/free-photo/woman-engineer-follows-tablet-checklist-by-electrical-panel-digital-protocol_169016-71277.jpg", imageAlt: "Professional residential electrical wiring installation" + title: "Residential Wiring & Installation", description: "Full rewiring, circuit installation, and electrical upgrades for new builds and renovations. We ensure clean, safe, precision work that integrates seamlessly with your home.", imageSrc: "http://img.b2bpic.net/free-photo/woman-engineer-follows-tablet-checklist-by-electrical-panel-digital-protocol_169016-71277.jpg?_wi=1", imageAlt: "Professional residential electrical wiring installation" }, { id: 2, - title: "EICR Testing & Compliance", description: "Electrical Installation Condition Reports and periodic inspections to ensure your systems meet regulatory standards. Essential for landlords, property managers, and peace-of-mind homeowners.", imageSrc: "http://img.b2bpic.net/free-photo/woman-electrician-reads-tablet-schematics-by-switchgear-digital-inspection_169016-71132.jpg", imageAlt: "Electrical inspection and testing for compliance" + title: "EICR Testing & Compliance", description: "Electrical Installation Condition Reports and periodic inspections to ensure your systems meet regulatory standards. Essential for landlords, property managers, and peace-of-mind homeowners.", imageSrc: "http://img.b2bpic.net/free-photo/woman-electrician-reads-tablet-schematics-by-switchgear-digital-inspection_169016-71132.jpg?_wi=1", imageAlt: "Electrical inspection and testing for compliance" }, { id: 3, - title: "Smart Home Integration", description: "Modern electrical solutions for contemporary homes: smart lighting, EV charging, home automation wiring, and integrated control systems. Precision installation for tech-forward living.", imageSrc: "http://img.b2bpic.net/free-photo/woman-electrician-reviews-tablet-schematics-by-panel-close-portrait_169016-71442.jpg", imageAlt: "Smart home electrical system installation and integration" + title: "Smart Home Integration", description: "Modern electrical solutions for contemporary homes: smart lighting, EV charging, home automation wiring, and integrated control systems. Precision installation for tech-forward living.", imageSrc: "http://img.b2bpic.net/free-photo/woman-electrician-reviews-tablet-schematics-by-panel-close-portrait_169016-71442.jpg?_wi=1", imageAlt: "Smart home electrical system installation and integration" } ]} textboxLayout="default" @@ -129,19 +129,19 @@ export default function LandingPage() { products={[ { id: "1", brand: "Quality Assurance", name: "No Shortcuts, Ever", price: "Premium Standard", rating: 5, - reviewCount: "100+", imageSrc: "http://img.b2bpic.net/free-photo/woman-engineer-follows-tablet-checklist-by-electrical-panel-digital-protocol_169016-71277.jpg", imageAlt: "Premium electrical work quality" + reviewCount: "100+", imageSrc: "http://img.b2bpic.net/free-photo/woman-engineer-follows-tablet-checklist-by-electrical-panel-digital-protocol_169016-71277.jpg?_wi=2", imageAlt: "Premium electrical work quality" }, { id: "2", brand: "Communication", name: "Transparent & Clear", price: "Upfront Pricing", rating: 5, - reviewCount: "98%", imageSrc: "http://img.b2bpic.net/free-photo/african-american-male-professional-works-desk-corporation_482257-122689.jpg", imageAlt: "Professional communication with clients" + reviewCount: "98%", imageSrc: "http://img.b2bpic.net/free-photo/african-american-male-professional-works-desk-corporation_482257-122689.jpg?_wi=2", imageAlt: "Professional communication with clients" }, { id: "3", brand: "Reliability", name: "On-Time, Every Time", price: "Dependable Partner", rating: 5, - reviewCount: "Proven", imageSrc: "http://img.b2bpic.net/free-photo/woman-electrician-reads-tablet-schematics-by-switchgear-digital-inspection_169016-71132.jpg", imageAlt: "Reliable electrical service delivery" + reviewCount: "Proven", imageSrc: "http://img.b2bpic.net/free-photo/woman-electrician-reads-tablet-schematics-by-switchgear-digital-inspection_169016-71132.jpg?_wi=2", imageAlt: "Reliable electrical service delivery" }, { id: "4", brand: "Safety", name: "Compliance First", price: "Fully Certified", rating: 5, - reviewCount: "Guaranteed", imageSrc: "http://img.b2bpic.net/free-photo/woman-electrician-reviews-tablet-schematics-by-panel-close-portrait_169016-71442.jpg", imageAlt: "Safety-first electrical installation" + reviewCount: "Guaranteed", imageSrc: "http://img.b2bpic.net/free-photo/woman-electrician-reviews-tablet-schematics-by-panel-close-portrait_169016-71442.jpg?_wi=2", imageAlt: "Safety-first electrical installation" } ]} gridVariant="four-items-2x2-equal-grid" @@ -206,7 +206,7 @@ export default function LandingPage() { mediaAnimation="slide-up" textboxLayout="default" useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/african-american-male-professional-works-desk-corporation_482257-122689.jpg" + imageSrc="http://img.b2bpic.net/free-photo/african-american-male-professional-works-desk-corporation_482257-122689.jpg?_wi=3" imageAlt="Professional electrician team ready to help" /> -- 2.49.1