Update src/app/reviews/page.tsx

This commit is contained in:
2026-03-02 02:26:04 +00:00
parent 4737f71484
commit b75392d33e

View File

@@ -45,51 +45,27 @@ export default function ReviewsPage() {
showRating={true} showRating={true}
testimonials={[ testimonials={[
{ {
id: "1", id: "1", name: "James Mitchell", 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,
name: "James Mitchell", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"
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?_wi=2"
}, },
{ {
id: "2", id: "2", name: "Sarah Chen", 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,
name: "Sarah Chen", imageSrc: "http://img.b2bpic.net/free-photo/confident-beautiful-young-businesswoman-looking-camera-head-shot-portrait_1163-4928.jpg"
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?_wi=2"
}, },
{ {
id: "3", id: "3", name: "Robert Thompson", 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,
name: "Robert Thompson", imageSrc: "http://img.b2bpic.net/free-photo/closeup-handsome-middle-aged-business-leader_1262-4822.jpg"
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?_wi=2"
}, },
{ {
id: "4", id: "4", name: "Michelle Garcia", 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,
name: "Michelle Garcia", imageSrc: "http://img.b2bpic.net/free-photo/confident-beautiful-young-businesswoman-looking-camera-head-shot-portrait_1163-4928.jpg"
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?_wi=3"
}, },
{ {
id: "5", id: "5", name: "David Lee", 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,
name: "David Lee", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"
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?_wi=3"
}, },
{ {
id: "6", id: "6", name: "Patricia Williams", handle: "@pwilliams_wy", testimonial: "After a bad experience with another electrician, Stemple Electric restored my confidence. They're honest, skilled, and actually care about their work.", rating: 5,
name: "Patricia Williams",
handle: "@pwilliams_wy",
testimonial: "After a bad experience with another electrician, Stemple Electric restored my confidence. They're honest, skilled, and actually care about their work.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg" imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg"
} }
]} ]}
@@ -128,14 +104,13 @@ export default function ReviewsPage() {
</div> </div>
<FooterMedia <FooterMedia
imageSrc="http://img.b2bpic.net/free-vector/electrical-works-horizontal-banners_1284-10214.jpg?_wi=5" imageSrc="http://img.b2bpic.net/free-vector/electrical-works-horizontal-banners_1284-10214.jpg"
imageAlt="Modern electrical work and safety" imageAlt="Modern electrical work and safety"
logoText="Stemple Electric LLC" logoText="Stemple Electric LLC"
copyrightText="© 2025 Stemple Electric LLC. All rights reserved." copyrightText="© 2025 Stemple Electric LLC. All rights reserved."
columns={[ columns={[
{ {
title: "Services", title: "Services", items: [
items: [
{ label: "Panel Upgrades", href: "/services#panel-upgrades" }, { label: "Panel Upgrades", href: "/services#panel-upgrades" },
{ label: "Lighting Installation", href: "/services#lighting" }, { label: "Lighting Installation", href: "/services#lighting" },
{ label: "EV Chargers", href: "/services#ev-chargers" }, { label: "EV Chargers", href: "/services#ev-chargers" },
@@ -143,8 +118,7 @@ export default function ReviewsPage() {
] ]
}, },
{ {
title: "Company", title: "Company", items: [
items: [
{ label: "About Us", href: "/about" }, { label: "About Us", href: "/about" },
{ label: "Contact", href: "/contact" }, { label: "Contact", href: "/contact" },
{ label: "Reviews", href: "/reviews" }, { label: "Reviews", href: "/reviews" },
@@ -152,8 +126,7 @@ export default function ReviewsPage() {
] ]
}, },
{ {
title: "Connect", title: "Connect", items: [
items: [
{ label: "Phone: (307) 555-ELEC", href: "tel:+13075551352" }, { label: "Phone: (307) 555-ELEC", href: "tel:+13075551352" },
{ label: "Email: info@stempleelectric.com", href: "mailto:info@stempleelectric.com" }, { label: "Email: info@stempleelectric.com", href: "mailto:info@stempleelectric.com" },
{ label: "License & Insurance", href: "#" }, { label: "License & Insurance", href: "#" },