Merge version_2 into main #1

Merged
bender merged 1 commits from version_2 into main 2026-05-09 16:04:01 +00:00

View File

@@ -131,6 +131,7 @@ export default function PlumbingPage() {
{ 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: "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>
);
}
}