Update src/app/reviews/page.tsx

This commit is contained in:
2026-03-04 04:29:39 +00:00
parent 0eac086569
commit 2b1c8abd64

View File

@@ -88,7 +88,7 @@ export default function ReviewsPage() {
tag: "Residential Client",
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-office-2_1262-1488.jpg",
avatarAlt: "Jordan Webb",
imageSrc: "http://img.b2bpic.net/free-photo/man-installs-heating-system-house-checks-pipes-with-wrench_169016-53082.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/man-installs-heating-system-house-checks-pipes-with-wrench_169016-53082.jpg?_wi=5",
imageAlt: "Installation service"
},
{
@@ -100,7 +100,7 @@ export default function ReviewsPage() {
tag: "Same-Day Service",
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-office-2_1262-1488.jpg",
avatarAlt: "Popy Brown",
imageSrc: "http://img.b2bpic.net/free-photo/man-installs-heating-system-house-checks-pipes-with-wrench_169016-53082.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/man-installs-heating-system-house-checks-pipes-with-wrench_169016-53082.jpg?_wi=6",
imageAlt: "Installation service"
},
{
@@ -112,7 +112,7 @@ export default function ReviewsPage() {
tag: "Regular Customer",
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-office-2_1262-1488.jpg",
avatarAlt: "Livvy M",
imageSrc: "http://img.b2bpic.net/free-photo/plumber-holding-plunger_1368-742.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/plumber-holding-plunger_1368-742.jpg?_wi=5",
imageAlt: "Repair service"
},
{
@@ -124,7 +124,7 @@ export default function ReviewsPage() {
tag: "Satisfied Customer",
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-office-2_1262-1488.jpg",
avatarAlt: "Nancy Nolan",
imageSrc: "http://img.b2bpic.net/free-photo/plumber-holding-plunger_1368-742.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/plumber-holding-plunger_1368-742.jpg?_wi=6",
imageAlt: "Repair service"
},
{
@@ -136,7 +136,7 @@ export default function ReviewsPage() {
tag: "Technical Client",
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-office-2_1262-1488.jpg",
avatarAlt: "Jason Slusher",
imageSrc: "http://img.b2bpic.net/free-photo/water-filter-is-kitchen_185193-165422.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/water-filter-is-kitchen_185193-165422.jpg?_wi=4",
imageAlt: "Filtration service"
},
{
@@ -148,7 +148,7 @@ export default function ReviewsPage() {
tag: "Long-Term Customer",
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-office-2_1262-1488.jpg",
avatarAlt: "Michael Fullenkamp",
imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-stacking-plastic-sacks-greenhouse_23-2147948303.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-stacking-plastic-sacks-greenhouse_23-2147948303.jpg?_wi=3",
imageAlt: "Salt delivery service"
}
]}