Update src/app/reviews/page.tsx
This commit is contained in:
@@ -57,7 +57,7 @@ export default function ReviewsPage() {
|
||||
role: "Homeowner",
|
||||
company: "South Philadelphia",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=6",
|
||||
imageAlt: "Maria T., homeowner"
|
||||
},
|
||||
{
|
||||
@@ -66,7 +66,7 @@ export default function ReviewsPage() {
|
||||
role: "Property Manager",
|
||||
company: "Philadelphia",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=7",
|
||||
imageAlt: "John D., property manager"
|
||||
},
|
||||
{
|
||||
@@ -75,7 +75,7 @@ export default function ReviewsPage() {
|
||||
role: "Small Business Owner",
|
||||
company: "South Philly",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-blonde-girl-tulle-skirt-having-fun-stairs-she-is-smiling-down_197531-617.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-blonde-girl-tulle-skirt-having-fun-stairs-she-is-smiling-down_197531-617.jpg?_wi=3",
|
||||
imageAlt: "Linda R., business owner"
|
||||
},
|
||||
{
|
||||
@@ -84,7 +84,7 @@ export default function ReviewsPage() {
|
||||
role: "Homeowner",
|
||||
company: "Philadelphia PA",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=8",
|
||||
imageAlt: "Mike S., homeowner"
|
||||
}
|
||||
]}
|
||||
@@ -162,7 +162,7 @@ export default function ReviewsPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990725.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990725.jpg?_wi=5"
|
||||
imageAlt="Professional plumbing team at work"
|
||||
logoText="Pasquarello Plumbing & Heating"
|
||||
copyrightText="© 2025 Pasquarello Plumbing & Heating. Licensed & Insured."
|
||||
|
||||
Reference in New Issue
Block a user