Update src/app/reviews/page.tsx

This commit is contained in:
2026-03-10 20:17:49 +00:00
parent 669d55140b
commit 52f01efcae

View File

@@ -14,7 +14,7 @@ export default function ReviewsPage() {
name: "Sarah Johnson",
role: "Homeowner, Vancouver WA",
testimonial: "Chad kept us informed every single day about the progress. The attention to detail in our bathroom remodel is incredible. He treated our home like his own.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-young-carpenter_329181-15638.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-young-carpenter_329181-15638.jpg?_wi=3",
imageAlt: "Sarah Johnson testimonial",
},
{
@@ -22,7 +22,7 @@ export default function ReviewsPage() {
name: "Michael Chen",
role: "Homeowner, Camas WA",
testimonial: "Finally, a contractor who actually communicates! Our kitchen renovation exceeded all expectations. Fair pricing and honest advice throughout the entire process.",
imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-emotional-girl-business-style-clothes-plain-white-background-office-audience_78826-2259.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-emotional-girl-business-style-clothes-plain-white-background-office-audience_78826-2259.jpg?_wi=3",
imageAlt: "Michael Chen testimonial",
},
{
@@ -30,7 +30,7 @@ export default function ReviewsPage() {
name: "Jennifer Martinez",
role: "Homeowner, Battle Ground WA",
testimonial: "Chad's crew was respectful, professional, and incredibly knowledgeable. Our tile shower turned out stunning. Best contractor we've worked with.",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-working-call-center_23-2149288230.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-working-call-center_23-2149288230.jpg?_wi=3",
imageAlt: "Jennifer Martinez testimonial",
},
{
@@ -38,7 +38,7 @@ export default function ReviewsPage() {
name: "David Thompson",
role: "Homeowner, Washougal WA",
testimonial: "The communication throughout the project was exceptional. Chad went above and beyond to help us save money on materials without sacrificing quality.",
imageSrc: "http://img.b2bpic.net/free-photo/young-blonde-businesswoman-smiling-happy-standing-city_839833-14128.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-blonde-businesswoman-smiling-happy-standing-city_839833-14128.jpg?_wi=2",
imageAlt: "David Thompson testimonial",
},
{
@@ -46,7 +46,7 @@ export default function ReviewsPage() {
name: "Amanda Brooks",
role: "Homeowner, Ridgefield WA",
testimonial: "Trustworthy, honest, and truly cares about customer satisfaction. Our whole home renovation was completed exactly on time and budget. Highly recommend!",
imageSrc: "http://img.b2bpic.net/free-photo/two-people-working-warehouse_329181-12814.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/two-people-working-warehouse_329181-12814.jpg?_wi=2",
imageAlt: "Amanda Brooks testimonial",
},
{
@@ -54,7 +54,7 @@ export default function ReviewsPage() {
name: "Robert Wilson",
role: "Homeowner, Portland OR",
testimonial: "Chad's expertise and creative solutions saved us money and delivered better results than we imagined. The daily updates gave us complete peace of mind.",
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-blue-golf-turtleneck-white-background-with-confident-smile-smiling-cheerfully-showing-thumbs-up_343596-8104.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-blue-golf-turtleneck-white-background-with-confident-smile-smiling-cheerfully-showing-thumbs-up_343596-8104.jpg?_wi=2",
imageAlt: "Robert Wilson testimonial",
},
];