14 Commits

Author SHA1 Message Date
6d614431a9 Merge version_2 into main
Merge version_2 into main
2026-05-09 16:14:02 +00:00
a28c621ca2 Update src/app/page.tsx 2026-05-09 16:13:59 +00:00
f87bb72b96 Merge version_2 into main
Merge version_2 into main
2026-05-09 16:13:05 +00:00
7143fbc45c Update src/app/page.tsx 2026-05-09 16:13:02 +00:00
33baf518cb Merge version_2 into main
Merge version_2 into main
2026-05-09 16:11:33 +00:00
27039dafd8 Update src/app/page.tsx 2026-05-09 16:11:27 +00:00
d729745200 Merge version_2 into main
Merge version_2 into main
2026-05-09 16:09:41 +00:00
74e744765d Update src/app/page.tsx 2026-05-09 16:09:38 +00:00
291769b5b5 Merge version_2 into main
Merge version_2 into main
2026-05-09 16:08:39 +00:00
02f2bb9d81 Update src/app/page.tsx 2026-05-09 16:08:36 +00:00
eedf10ecf8 Merge version_2 into main
Merge version_2 into main
2026-05-09 16:05:48 +00:00
087a9dbe17 Update src/app/page.tsx 2026-05-09 16:05:45 +00:00
ccd1a5ea8d Merge version_2 into main
Merge version_2 into main
2026-05-09 16:04:01 +00:00
09db94629a Update src/app/page.tsx 2026-05-09 16:03:58 +00:00

View File

@@ -128,9 +128,10 @@ export default function PlumbingPage() {
title="Customer Success Stories"
description="Real feedback from our satisfied clients in the community."
testimonials={[
{ id: "1", name: "Sarah J.", handle: "Homeowner", testimonial: "Fantastic service. Fixed our leaky pipe in under an hour. Very professional!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-expression_1194-1755.jpg" },
{ id: "2", name: "Mike D.", handle: "Contractor", testimonial: "We use Baier for all our plumbing upgrades. Reliable, fair pricing, and great work.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-female-office-workers-thumbing-up-smiling-two-cheerful-professional-businesswomen-standing-together-posing-meeting-room-teamwork-business-success-cooperation-concept_74855-7378.jpg" },
{ id: "3", name: "Emily R.", handle: "Homeowner", testimonial: "Changed our old boiler for a high-efficiency unit. Lowered our energy bills significantly.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-executives-showing-thumbs-up_1098-1828.jpg" },
{ id: "1", name: "Joseph Zappa ", handle: "Homeowner", testimonial: " I hired Baier and was not disappointed. Chris started the job on the day he said he would and, unlike many contractors today, he was on the job site every day. His crew was also professional. I highly recommend Baier Plumbing. ", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-expression_1194-1755.jpg" },
{ id: "2", name: "Ning Cai ", handle: "Contractor", testimonial: "I highly recommend this company. They were expert in this field and were extremely courteous and hardworking. The entire team were highly professional and attended to every detail of this job. Great company. ", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-female-office-workers-thumbing-up-smiling-two-cheerful-professional-businesswomen-standing-together-posing-meeting-room-teamwork-business-success-cooperation-concept_74855-7378.jpg" },
{ id: "3", name: "Lucy Cardwell ", handle: "Homeowner", testimonial: "Baier Plumbing & Heating are excellent plumbers that get the job done without leaving a mess! Their Better Business Bureau A+ rating is well deserved. ", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-executives-showing-thumbs-up_1098-1828.jpg" },
{ id: "4", name: "Add Your Review", handle: "Client", testimonial: "Click to add your review experience here!", rating: 5 }
]}
showRating={true}
animationType="slide-up"
@@ -178,4 +179,4 @@ export default function PlumbingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}