Update src/app/about/page.tsx

This commit is contained in:
2026-03-03 14:07:07 +00:00
parent 6e45f22793
commit 2bbae16d07

View File

@@ -45,7 +45,7 @@ export default function AboutPage() {
{ value: "20+", title: "Years of Trusted Service" },
{ value: "Thousands", title: "Happy Local Customers" },
]}
imageSrc="http://img.b2bpic.net/free-photo/man-looking-detail-sitting-floor_259150-58258.jpg"
imageSrc="http://img.b2bpic.net/free-photo/man-looking-detail-sitting-floor_259150-58258.jpg?_wi=9"
imageAlt="Our plumbing team"
mediaAnimation="slide-up"
metricsAnimation="none"
@@ -63,11 +63,11 @@ export default function AboutPage() {
tagAnimation="none"
metrics={[
{
id: "1", value: "4.6★", title: "Customer Rating", description: "Highly rated by South Philadelphia residents", imageSrc: "http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990725.jpg", imageAlt: "Customer satisfaction"},
id: "1", value: "4.6★", title: "Customer Rating", description: "Highly rated by South Philadelphia residents", imageSrc: "http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990725.jpg?_wi=7", imageAlt: "Customer satisfaction"},
{
id: "2", value: "Licensed", title: "Fully Credentialed", description: "Bonded, insured, and professional certified", imageSrc: "http://img.b2bpic.net/free-photo/worker-repairing-water-heater_23-2149334225.jpg", imageAlt: "Licensed professionals"},
id: "2", value: "Licensed", title: "Fully Credentialed", description: "Bonded, insured, and professional certified", imageSrc: "http://img.b2bpic.net/free-photo/worker-repairing-water-heater_23-2149334225.jpg?_wi=8", imageAlt: "Licensed professionals"},
{
id: "3", value: "100%", title: "Satisfaction Guarantee", description: "We stand behind our work unconditionally", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-asian-plumber-sitting-floor-repairing-kitchen-sink_1098-17780.jpg", imageAlt: "Quality guarantee"},
id: "3", value: "100%", title: "Satisfaction Guarantee", description: "We stand behind our work unconditionally", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-asian-plumber-sitting-floor-repairing-kitchen-sink_1098-17780.jpg?_wi=6", imageAlt: "Quality guarantee"},
]}
textboxLayout="default"
useInvertedBackground={false}
@@ -85,13 +85,13 @@ export default function AboutPage() {
tagAnimation="none"
testimonials={[
{
id: "1", name: "Maria Rodriguez", role: "Homeowner, South Philly", testimonial: "Pasquarello Plumbing is exactly what every homeowner needs. They fixed our water heater quickly, left no mess, and the pricing was completely transparent. We've already recommended them to all our neighbors.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "Maria Rodriguez"},
id: "1", name: "Maria Rodriguez", role: "Homeowner, South Philly", testimonial: "Pasquarello Plumbing is exactly what every homeowner needs. They fixed our water heater quickly, left no mess, and the pricing was completely transparent. We've already recommended them to all our neighbors.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=5", imageAlt: "Maria Rodriguez"},
{
id: "2", name: "James Mitchell", role: "Property Owner & Manager", testimonial: "Best plumber I've worked with in South Philadelphia. Their crew is clean, courteous, and professional. They explain every step of the process and respect your time and property. Highly recommend.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "James Mitchell"},
id: "2", name: "James Mitchell", role: "Property Owner & Manager", testimonial: "Best plumber I've worked with in South Philadelphia. Their crew is clean, courteous, and professional. They explain every step of the process and respect your time and property. Highly recommend.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=6", imageAlt: "James Mitchell"},
{
id: "3", name: "Sarah Chen", role: "Homeowner, Renovation Project", testimonial: "We hired them for our kitchen and bathroom renovation plumbing. The attention to detail was impressive. They coordinated well with our contractor and delivered on budget and timeline. They're our go-to plumber.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "Sarah Chen"},
id: "3", name: "Sarah Chen", role: "Homeowner, Renovation Project", testimonial: "We hired them for our kitchen and bathroom renovation plumbing. The attention to detail was impressive. They coordinated well with our contractor and delivered on budget and timeline. They're our go-to plumber.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=7", imageAlt: "Sarah Chen"},
{
id: "4", name: "Tom Washington", role: "Business Owner, Restaurant", testimonial: "When our restaurant had an emergency plumbing issue, Pasquarello Plumbing came out immediately. Professional, quick, and fair pricing. We now have them on speed dial for all our plumbing needs.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "Tom Washington"},
id: "4", name: "Tom Washington", role: "Business Owner, Restaurant", testimonial: "When our restaurant had an emergency plumbing issue, Pasquarello Plumbing came out immediately. Professional, quick, and fair pricing. We now have them on speed dial for all our plumbing needs.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=8", imageAlt: "Tom Washington"},
]}
textboxLayout="default"
useInvertedBackground={false}