diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 2f48f75..0fa7312 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -68,7 +68,7 @@ export default function AboutPage() { icon: Users } ]} - imageSrc="http://img.b2bpic.net/free-photo/electrician-overalls-focused-work-switchboard-with-fuses-using-tablet_169016-66854.jpg" + imageSrc="http://img.b2bpic.net/free-photo/electrician-overalls-focused-work-switchboard-with-fuses-using-tablet_169016-66854.jpg?_wi=4" imageAlt="Professional electrician at work" imagePosition="right" mediaAnimation="slide-up" @@ -93,7 +93,7 @@ export default function AboutPage() { role: "Homeowner", company: "Cheyenne, WY", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=5", imageAlt: "James Mitchell" }, { @@ -102,7 +102,7 @@ export default function AboutPage() { role: "Property Manager", company: "Casper, WY", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=6", imageAlt: "Sarah Anderson" }, { @@ -111,7 +111,7 @@ export default function AboutPage() { role: "Business Owner", company: "Laramie, WY", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=7", imageAlt: "Tom Rodriguez" } ]} diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 1033d3d..98ec137 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -50,7 +50,7 @@ export default function ContactPage() { description="Contact Stemple Electric for fast, reliable electrical services across Wyoming. Free estimates, flexible scheduling, and professional service you can trust." background={{ variant: "sparkles-gradient" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/electrician-overalls-focused-work-switchboard-with-fuses-using-tablet_169016-66854.jpg" + imageSrc="http://img.b2bpic.net/free-photo/electrician-overalls-focused-work-switchboard-with-fuses-using-tablet_169016-66854.jpg?_wi=5" imageAlt="Professional electrician providing electrical services" mediaAnimation="slide-up" mediaPosition="right" diff --git a/src/app/page.tsx b/src/app/page.tsx index fe153cc..7ca8fb1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -56,7 +56,7 @@ export default function HomePage() { ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/electrician-overalls-focused-work-switchboard-with-fuses-using-tablet_169016-66854.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/electrician-overalls-focused-work-switchboard-with-fuses-using-tablet_169016-66854.jpg?_wi=1", imageAlt: "Professional electrician at electrical panel" } ]} @@ -76,25 +76,25 @@ export default function HomePage() { { title: "Panel Upgrades & Breaker Replacement", description: "Modern, safe electrical system updates for your home or business.", - imageSrc: "http://img.b2bpic.net/free-photo/electrician-using-tablet-digital-panel-control-electrical-system-analysis_169016-68336.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/electrician-using-tablet-digital-panel-control-electrical-system-analysis_169016-68336.jpg?_wi=1", imageAlt: "Electrical panel upgrade" }, { title: "Lighting Installation", description: "Indoor and outdoor lighting solutions that brighten your space.", - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-wearing-embroidered-shirt_23-2149394271.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-wearing-embroidered-shirt_23-2149394271.jpg?_wi=1", imageAlt: "Modern lighting installation" }, { title: "EV Charger Installation", description: "Complete electric vehicle charging station setup and safety inspection.", - imageSrc: "http://img.b2bpic.net/free-photo/close-view-man-plugging-charger-into-electric-car-charging-port_1268-21379.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-view-man-plugging-charger-into-electric-car-charging-port_1268-21379.jpg?_wi=1", imageAlt: "EV charger installation" }, { title: "Troubleshooting & Repairs", description: "Quick diagnosis and reliable repairs for electrical problems.", - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-composition-with-electrician-s-tools-accessories_169016-24022.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-composition-with-electrician-s-tools-accessories_169016-24022.jpg?_wi=1", imageAlt: "Electrical repair work" }, { @@ -106,7 +106,7 @@ export default function HomePage() { { title: "New Construction & Remodels", description: "Full electrical wiring for new builds and renovation projects.", - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-composition-with-electrician-s-tools-accessories_169016-24022.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-composition-with-electrician-s-tools-accessories_169016-24022.jpg?_wi=2", imageAlt: "Construction electrical work" } ]} @@ -144,7 +144,7 @@ export default function HomePage() { icon: Home } ]} - imageSrc="http://img.b2bpic.net/free-photo/electrician-overalls-focused-work-switchboard-with-fuses-using-tablet_169016-66854.jpg" + imageSrc="http://img.b2bpic.net/free-photo/electrician-overalls-focused-work-switchboard-with-fuses-using-tablet_169016-66854.jpg?_wi=2" imageAlt="Professional electrician" imagePosition="right" mediaAnimation="slide-up" @@ -178,7 +178,7 @@ export default function HomePage() { role: "Homeowner", company: "Cheyenne, WY", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "James Mitchell" }, { @@ -187,7 +187,7 @@ export default function HomePage() { role: "Property Manager", company: "Casper, WY", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Sarah Anderson" }, { @@ -196,7 +196,7 @@ export default function HomePage() { role: "Business Owner", company: "Laramie, WY", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Tom Rodriguez" }, { @@ -205,7 +205,7 @@ export default function HomePage() { role: "Homeowner", company: "Gillette, WY", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", imageAlt: "Linda Chen" } ]} @@ -222,7 +222,7 @@ export default function HomePage() { description="Don't let electrical issues wait. Contact Stemple Electric for fast, reliable service." background={{ variant: "sparkles-gradient" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/electrician-overalls-focused-work-switchboard-with-fuses-using-tablet_169016-66854.jpg" + imageSrc="http://img.b2bpic.net/free-photo/electrician-overalls-focused-work-switchboard-with-fuses-using-tablet_169016-66854.jpg?_wi=3" imageAlt="Professional electrician at work" mediaAnimation="slide-up" mediaPosition="right" diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 3e43034..f2d68ba 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -49,28 +49,28 @@ export default function ServicesPage() { { title: "Panel Upgrades & Breaker Replacement", description: "Modernize your electrical system with safe, code-compliant panel upgrades and breaker installations for improved safety and capacity.", - imageSrc: "http://img.b2bpic.net/free-photo/electrician-using-tablet-digital-panel-control-electrical-system-analysis_169016-68336.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/electrician-using-tablet-digital-panel-control-electrical-system-analysis_169016-68336.jpg?_wi=2", imageAlt: "Electrical panel upgrade", button: { text: "Learn More", href: "/contact" } }, { title: "Lighting Installation & Design", description: "Transform your space with professional indoor and outdoor lighting solutions, from recessed lighting to landscape illumination.", - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-wearing-embroidered-shirt_23-2149394271.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-wearing-embroidered-shirt_23-2149394271.jpg?_wi=2", imageAlt: "Modern lighting installation", button: { text: "Get Quote", href: "/contact" } }, { title: "EV Charger Installation", description: "Future-proof your home with professional electric vehicle charging station installation, including proper grounding and safety features.", - imageSrc: "http://img.b2bpic.net/free-photo/close-view-man-plugging-charger-into-electric-car-charging-port_1268-21379.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-view-man-plugging-charger-into-electric-car-charging-port_1268-21379.jpg?_wi=2", imageAlt: "EV charger installation", button: { text: "Schedule", href: "/contact" } }, { title: "Electrical Troubleshooting & Repairs", description: "Quick, accurate diagnosis and repair of electrical issues including flickering lights, dead outlets, and circuit problems.", - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-composition-with-electrician-s-tools-accessories_169016-24022.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-composition-with-electrician-s-tools-accessories_169016-24022.jpg?_wi=3", imageAlt: "Electrical repair work", button: { text: "Emergency Service", href: "tel:+13075551234" } }