Merge version_1 into main #1

Merged
bender merged 5 commits from version_1 into main 2026-03-02 02:23:01 +00:00
5 changed files with 29 additions and 29 deletions

View File

@@ -80,7 +80,7 @@ export default function AboutPage() {
</div>
<FooterMedia
imageSrc="http://img.b2bpic.net/free-vector/electrical-works-horizontal-banners_1284-10214.jpg"
imageSrc="http://img.b2bpic.net/free-vector/electrical-works-horizontal-banners_1284-10214.jpg?_wi=3"
imageAlt="Modern electrical work and safety"
logoText="Stemple Electric LLC"
copyrightText="© 2025 Stemple Electric LLC. All rights reserved."

View File

@@ -131,7 +131,7 @@ export default function ContactPage() {
</div>
<FooterMedia
imageSrc="http://img.b2bpic.net/free-vector/electrical-works-horizontal-banners_1284-10214.jpg"
imageSrc="http://img.b2bpic.net/free-vector/electrical-works-horizontal-banners_1284-10214.jpg?_wi=4"
imageAlt="Modern electrical work and safety"
logoText="Stemple Electric LLC"
copyrightText="© 2025 Stemple Electric LLC. All rights reserved."

View File

@@ -72,11 +72,11 @@ export default function HomePage() {
icon: Lightbulb,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/electrician-switchboard-room-cable-connection-electrical-system-installation_169016-68225.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/electrician-switchboard-room-cable-connection-electrical-system-installation_169016-68225.jpg?_wi=1",
imageAlt: "Electrical panel upgrade in progress"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/electrical-technician-looking-focused-while-working-switchboard-with-fuses_169016-23482.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/electrical-technician-looking-focused-while-working-switchboard-with-fuses_169016-23482.jpg?_wi=1",
imageAlt: "Modern electrical panel installation"
}
]
@@ -87,11 +87,11 @@ export default function HomePage() {
icon: Sun,
mediaItems: [
{
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 interior lighting installation"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/two-waiters-far-away-ready-service-prepared-desk-waiting-food-visitors-evening-time_146671-14405.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/two-waiters-far-away-ready-service-prepared-desk-waiting-food-visitors-evening-time_146671-14405.jpg?_wi=1",
imageAlt: "Outdoor lighting installation"
}
]
@@ -102,11 +102,11 @@ export default function HomePage() {
icon: Wrench,
mediaItems: [
{
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: "Electrician diagnosing electrical problem"
},
{
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: "Professional electrical repair work"
}
]
@@ -117,11 +117,11 @@ export default function HomePage() {
icon: Zap,
mediaItems: [
{
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 at home"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/woman-charging-electro-car-by-her-house_1303-17808.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/woman-charging-electro-car-by-her-house_1303-17808.jpg?_wi=1",
imageAlt: "Modern EV charging station"
}
]
@@ -179,7 +179,7 @@ export default function HomePage() {
handle: "@jmitchell_wy",
testimonial: "Stemple Electric fixed our panel issue in less than a day. Professional, clean work, and they explained everything clearly. Will definitely call them again!",
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"
},
{
id: "2",
@@ -187,7 +187,7 @@ export default function HomePage() {
handle: "@sarahc_cheyenne",
testimonial: "Had them install a new EV charger at our home. The installation was seamless and they were incredibly respectful of our space. Highly recommend!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/confident-beautiful-young-businesswoman-looking-camera-head-shot-portrait_1163-4928.jpg"
imageSrc: "http://img.b2bpic.net/free-photo/confident-beautiful-young-businesswoman-looking-camera-head-shot-portrait_1163-4928.jpg?_wi=1"
},
{
id: "3",
@@ -195,7 +195,7 @@ export default function HomePage() {
handle: "@rthompson_laramie",
testimonial: "We needed emergency lighting repairs during a storm. They responded quickly and the work was solid. Great to have a reliable electrician in Laramie.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/closeup-handsome-middle-aged-business-leader_1262-4822.jpg"
imageSrc: "http://img.b2bpic.net/free-photo/closeup-handsome-middle-aged-business-leader_1262-4822.jpg?_wi=1"
}
]}
animationType="slide-up"
@@ -216,7 +216,7 @@ export default function HomePage() {
</div>
<FooterMedia
imageSrc="http://img.b2bpic.net/free-vector/electrical-works-horizontal-banners_1284-10214.jpg"
imageSrc="http://img.b2bpic.net/free-vector/electrical-works-horizontal-banners_1284-10214.jpg?_wi=1"
imageAlt="Modern electrical work and safety"
logoText="Stemple Electric LLC"
copyrightText="© 2025 Stemple Electric LLC. All rights reserved."

View File

@@ -50,7 +50,7 @@ export default function ReviewsPage() {
handle: "@jmitchell_wy",
testimonial: "Stemple Electric fixed our panel issue in less than a day. Professional, clean work, and they explained everything clearly. Will definitely call them again!",
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"
},
{
id: "2",
@@ -58,7 +58,7 @@ export default function ReviewsPage() {
handle: "@sarahc_cheyenne",
testimonial: "Had them install a new EV charger at our home. The installation was seamless and they were incredibly respectful of our space. Highly recommend!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/confident-beautiful-young-businesswoman-looking-camera-head-shot-portrait_1163-4928.jpg"
imageSrc: "http://img.b2bpic.net/free-photo/confident-beautiful-young-businesswoman-looking-camera-head-shot-portrait_1163-4928.jpg?_wi=2"
},
{
id: "3",
@@ -66,7 +66,7 @@ export default function ReviewsPage() {
handle: "@rthompson_laramie",
testimonial: "We needed emergency lighting repairs during a storm. They responded quickly and the work was solid. Great to have a reliable electrician in Laramie.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/closeup-handsome-middle-aged-business-leader_1262-4822.jpg"
imageSrc: "http://img.b2bpic.net/free-photo/closeup-handsome-middle-aged-business-leader_1262-4822.jpg?_wi=2"
},
{
id: "4",
@@ -74,7 +74,7 @@ export default function ReviewsPage() {
handle: "@mgarcia_casper",
testimonial: "From the estimate to final walkthrough, everything was transparent and professional. Their upfront pricing meant no surprises. Five stars!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/confident-beautiful-young-businesswoman-looking-camera-head-shot-portrait_1163-4928.jpg"
imageSrc: "http://img.b2bpic.net/free-photo/confident-beautiful-young-businesswoman-looking-camera-head-shot-portrait_1163-4928.jpg?_wi=3"
},
{
id: "5",
@@ -82,7 +82,7 @@ export default function ReviewsPage() {
handle: "@dlee_gillette",
testimonial: "Installed ceiling fans and new outlets throughout our office. Quick, clean work. They really understand the importance of getting it right.",
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"
},
{
id: "6",
@@ -128,7 +128,7 @@ export default function ReviewsPage() {
</div>
<FooterMedia
imageSrc="http://img.b2bpic.net/free-vector/electrical-works-horizontal-banners_1284-10214.jpg"
imageSrc="http://img.b2bpic.net/free-vector/electrical-works-horizontal-banners_1284-10214.jpg?_wi=5"
imageAlt="Modern electrical work and safety"
logoText="Stemple Electric LLC"
copyrightText="© 2025 Stemple Electric LLC. All rights reserved."

View File

@@ -50,11 +50,11 @@ export default function ServicesPage() {
icon: Lightbulb,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/electrician-switchboard-room-cable-connection-electrical-system-installation_169016-68225.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/electrician-switchboard-room-cable-connection-electrical-system-installation_169016-68225.jpg?_wi=2",
imageAlt: "Electrical panel upgrade in progress"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/electrical-technician-looking-focused-while-working-switchboard-with-fuses_169016-23482.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/electrical-technician-looking-focused-while-working-switchboard-with-fuses_169016-23482.jpg?_wi=2",
imageAlt: "Modern electrical panel installation"
}
]
@@ -65,11 +65,11 @@ export default function ServicesPage() {
icon: Sun,
mediaItems: [
{
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 interior lighting installation"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/two-waiters-far-away-ready-service-prepared-desk-waiting-food-visitors-evening-time_146671-14405.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/two-waiters-far-away-ready-service-prepared-desk-waiting-food-visitors-evening-time_146671-14405.jpg?_wi=2",
imageAlt: "Outdoor lighting installation"
}
]
@@ -80,11 +80,11 @@ export default function ServicesPage() {
icon: Wrench,
mediaItems: [
{
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: "Electrician diagnosing electrical problem"
},
{
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=4",
imageAlt: "Professional electrical repair work"
}
]
@@ -95,11 +95,11 @@ export default function ServicesPage() {
icon: Zap,
mediaItems: [
{
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 at home"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/woman-charging-electro-car-by-her-house_1303-17808.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/woman-charging-electro-car-by-her-house_1303-17808.jpg?_wi=2",
imageAlt: "Modern EV charging station"
}
]
@@ -230,7 +230,7 @@ export default function ServicesPage() {
</div>
<FooterMedia
imageSrc="http://img.b2bpic.net/free-vector/electrical-works-horizontal-banners_1284-10214.jpg"
imageSrc="http://img.b2bpic.net/free-vector/electrical-works-horizontal-banners_1284-10214.jpg?_wi=2"
imageAlt="Modern electrical work and safety"
logoText="Stemple Electric LLC"
copyrightText="© 2025 Stemple Electric LLC. All rights reserved."