Update src/app/reviews/page.tsx
This commit is contained in:
@@ -46,23 +46,23 @@ export default function ReviewsPage() {
|
||||
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"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.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"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-beautiful-young-businesswoman-looking-camera-head-shot-portrait_1163-4928.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"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-handsome-middle-aged-business-leader_1262-4822.jpg?_wi=2"
|
||||
},
|
||||
{
|
||||
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"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-beautiful-young-businesswoman-looking-camera-head-shot-portrait_1163-4928.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"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3"
|
||||
},
|
||||
{
|
||||
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,
|
||||
@@ -104,7 +104,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."
|
||||
|
||||
Reference in New Issue
Block a user