Update src/app/page.tsx

This commit is contained in:
2026-03-13 02:18:21 +00:00
parent 27596359f2
commit 1aad9dfa5c

View File

@@ -107,10 +107,10 @@ export default function LandingPage() {
speed={40}
testimonials={[
{
id: "1", name: "Sarah M.", handle: "Local Home Builder", testimonial: "Perry is a perfectionist and when a big investment like your house is at stake you need to put it in the right hands. His attention to detail is exceptional.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=1zxpaa", imageAlt: "Sarah M., Local Home Builder"
id: "1", name: "Sarah M.", handle: "Local Home Builder", testimonial: "Perry is a perfectionist and when a big investment like your house is at stake you need to put it in the right hands. His attention to detail is exceptional.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=1zxpaa&_wi=1", imageAlt: "Sarah M., Local Home Builder"
},
{
id: "2", name: "James T.", handle: "Washingtonville Homeowner", testimonial: "He picked up a new water heater, delivered it, and installed it all in the same day. Efficient and very reasonably priced. Best service I've had.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=izetu9", imageAlt: "James T., Satisfied Homeowner"
id: "2", name: "James T.", handle: "Washingtonville Homeowner", testimonial: "He picked up a new water heater, delivered it, and installed it all in the same day. Efficient and very reasonably priced. Best service I've had.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=izetu9&_wi=1", imageAlt: "James T., Satisfied Homeowner"
},
{
id: "3", name: "Maria R.", handle: "Monroe Homeowner", testimonial: "He solved multiple plumbing issues in my house and always at a fair price. Highly recommended. Perry goes above and beyond every time.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=kqn4z0", imageAlt: "Maria R., Homeowner in Monroe"
@@ -119,10 +119,10 @@ export default function LandingPage() {
id: "4", name: "Robert K.", handle: "Chester Resident", testimonial: "Professional, clean work, and they show up when they say they will. That's rare these days. Harris Perry Plumbing is worth every penny.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=1sshxe", imageAlt: "Robert K., Chester Homeowner"
},
{
id: "5", name: "Linda P.", handle: "Goshen Homeowner", testimonial: "Emergency plumbing on a Saturday night and they answered immediately. Fixed the issue quickly and fairly priced. Couldn't ask for better service.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=1zxpaa", imageAlt: "Linda P., Emergency Service Customer"
id: "5", name: "Linda P.", handle: "Goshen Homeowner", testimonial: "Emergency plumbing on a Saturday night and they answered immediately. Fixed the issue quickly and fairly priced. Couldn't ask for better service.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=1zxpaa&_wi=2", imageAlt: "Linda P., Emergency Service Customer"
},
{
id: "6", name: "David W.", handle: "Orange County Business Owner", testimonial: "We use Harris Perry for all our commercial plumbing needs. Reliable, professional, and they always deliver on their promises.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=izetu9", imageAlt: "David W., Commercial Client"
id: "6", name: "David W.", handle: "Orange County Business Owner", testimonial: "We use Harris Perry for all our commercial plumbing needs. Reliable, professional, and they always deliver on their promises.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=izetu9&_wi=2", imageAlt: "David W., Commercial Client"
}
]}
/>