From d701773c7d3fe1397826037391bb20c2597c7b4c Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 00:17:40 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9524c48..e16c782 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -56,7 +56,7 @@ export default function LandingPage() { { text: "Request a Quote", href: "#contact" }, ]} mediaAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/male-electrician-checking-switchboard-basement_651396-3066.jpg" + imageSrc="http://img.b2bpic.net/free-photo/male-electrician-checking-switchboard-basement_651396-3066.jpg?_wi=1" imageAlt="Professional electrical panel installation" imagePosition="right" /> @@ -90,7 +90,7 @@ export default function LandingPage() { title: "Lighting Installation", description: "Professional interior and exterior lighting installation with precision finishing and clean workmanship.", imageSrc: "http://img.b2bpic.net/free-photo/man-servant-doing-chores-around-house_23-2149508115.jpg", imageAlt: "Light fixture installation", button: { text: "Learn More", href: "#contact" }, }, { - title: "Renovation & Addition Wiring", description: "Complete electrical wiring for renovations, basement projects, and home additions.", imageSrc: "http://img.b2bpic.net/free-photo/electrician-working-near-board-with-wires-installation-connection-electrics_169016-5875.jpg", imageAlt: "Renovation wiring installation", button: { text: "Learn More", href: "#contact" }, + title: "Renovation & Addition Wiring", description: "Complete electrical wiring for renovations, basement projects, and home additions.", imageSrc: "http://img.b2bpic.net/free-photo/electrician-working-near-board-with-wires-installation-connection-electrics_169016-5875.jpg?_wi=1", imageAlt: "Renovation wiring installation", button: { text: "Learn More", href: "#contact" }, }, { title: "Outlet & Switch Installation", description: "Professional installation, repairs, and relocation of outlets and switches throughout your home.", imageSrc: "http://img.b2bpic.net/free-photo/man-electrical-technician-working-switchboard-with-fuses-installation-connection-electrical-equipment_169016-5071.jpg", imageAlt: "Outlet and switch installation", button: { text: "Learn More", href: "#contact" }, @@ -99,7 +99,7 @@ export default function LandingPage() { title: "Electrical Inspections & Repairs", description: "Fast diagnostics and safe solutions for electrical problems and system inspections.", imageSrc: "http://img.b2bpic.net/free-photo/electrician-connecting-wires-work-inside-panel-engineer-with-tool_169016-68074.jpg", imageAlt: "Electrical inspection and diagnostics", button: { text: "Learn More", href: "#contact" }, }, { - title: "Outdoor Lighting", description: "Enhance your outdoor space with professional exterior lighting that's safe and reliable.", imageSrc: "http://img.b2bpic.net/free-photo/electrician-working-near-board-with-wires-installation-connection-electrics_169016-5875.jpg", imageAlt: "Outdoor electrical lighting", button: { text: "Learn More", href: "#contact" }, + title: "Outdoor Lighting", description: "Enhance your outdoor space with professional exterior lighting that's safe and reliable.", imageSrc: "http://img.b2bpic.net/free-photo/electrician-working-near-board-with-wires-installation-connection-electrics_169016-5875.jpg?_wi=2", imageAlt: "Outdoor electrical lighting", button: { text: "Learn More", href: "#contact" }, }, ]} gridVariant="two-columns-alternating-heights" @@ -130,11 +130,11 @@ export default function LandingPage() { { id: "1", title: "Professional and Polite Service", quote: "Professional, polite, clean & efficient. Exactly what you want in an electrician. Highly recommended!", name: "Sarah Johnson", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "Sarah Johnson"}, { - id: "2", title: "Clean, Organized Workmanship", quote: "The work area was left neat and clean. Great attention to detail and professional throughout the entire project.", name: "Michael Chen", role: "Property Owner", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Michael Chen"}, + id: "2", title: "Clean, Organized Workmanship", quote: "The work area was left neat and clean. Great attention to detail and professional throughout the entire project.", name: "Michael Chen", role: "Property Owner", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Michael Chen"}, { - id: "3", title: "Responsive and Knowledgeable", quote: "Answered any and all questions I had. Very responsive and took time to explain everything clearly.", name: "Emily Rodriguez", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Emily Rodriguez"}, + id: "3", title: "Responsive and Knowledgeable", quote: "Answered any and all questions I had. Very responsive and took time to explain everything clearly.", name: "Emily Rodriguez", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Emily Rodriguez"}, { - id: "4", title: "On Time and Exceptional Quality", quote: "On time and did great work. Fair pricing and exactly what was promised. I'll definitely hire them again.", name: "David Kim", role: "Contractor", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "David Kim"}, + id: "4", title: "On Time and Exceptional Quality", quote: "On time and did great work. Fair pricing and exactly what was promised. I'll definitely hire them again.", name: "David Kim", role: "Contractor", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "David Kim"}, ]} textboxLayout="default" useInvertedBackground={false} @@ -158,7 +158,7 @@ export default function LandingPage() {