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}
testimonials={[
{
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,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2"
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,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"
},
{
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,
imageSrc: "http://img.b2bpic.net/free-photo/confident-beautiful-young-businesswoman-looking-camera-head-shot-portrait_1163-4928.jpg?_wi=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,
imageSrc: "http://img.b2bpic.net/free-photo/confident-beautiful-young-businesswoman-looking-camera-head-shot-portrait_1163-4928.jpg"
},
{
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,
imageSrc: "http://img.b2bpic.net/free-photo/closeup-handsome-middle-aged-business-leader_1262-4822.jpg?_wi=2"
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,
imageSrc: "http://img.b2bpic.net/free-photo/closeup-handsome-middle-aged-business-leader_1262-4822.jpg"
},
{
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,
imageSrc: "http://img.b2bpic.net/free-photo/confident-beautiful-young-businesswoman-looking-camera-head-shot-portrait_1163-4928.jpg?_wi=3"
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,
imageSrc: "http://img.b2bpic.net/free-photo/confident-beautiful-young-businesswoman-looking-camera-head-shot-portrait_1163-4928.jpg"
},
{
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,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3"
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,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"
},
{
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,
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,
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>
<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"
logoText="Stemple Electric LLC"
copyrightText="© 2025 Stemple Electric LLC. All rights reserved."
columns={[
{
title: "Services",
items: [
title: "Services", items: [
{ label: "Panel Upgrades", href: "/services#panel-upgrades" },
{ label: "Lighting Installation", href: "/services#lighting" },
{ label: "EV Chargers", href: "/services#ev-chargers" },
@@ -143,8 +118,7 @@ export default function ReviewsPage() {
]
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Contact", href: "/contact" },
{ label: "Reviews", href: "/reviews" },
@@ -152,8 +126,7 @@ export default function ReviewsPage() {
]
},
{
title: "Connect",
items: [
title: "Connect", items: [
{ label: "Phone: (307) 555-ELEC", href: "tel:+13075551352" },
{ label: "Email: info@stempleelectric.com", href: "mailto:info@stempleelectric.com" },
{ label: "License & Insurance", href: "#" },