Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-02-22 00:51:32 +00:00

View File

@@ -136,10 +136,10 @@ export default function LandingPage() {
<div id="testimonials" data-section="testimonials">
<TestimonialCardThirteen
testimonials={[
{ id: "1", name: "Sarah Johnson", handle: "Homeowner", testimonial: "Josiah & Sons Plumbers saved us from a major pipe burst! Their response was incredibly fast, and the repair was done efficiently and professionally. Highly recommend their emergency service!", rating: 5, imageSrc: "https://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Sarah Johnson, Homeowner" },
{ id: "2", name: "Michael Chen", handle: "Business Owner", testimonial: "We've used Josiah & Sons for all our commercial plumbing needs for years. Their team is reliable, knowledgeable, and always delivers top-notch service. Fantastic partners for any business.", rating: 5, imageSrc: "https://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Michael Chen, Business Owner" },
{ id: "3", name: "Emily Rodriguez", handle: "Property Manager", testimonial: "As a property manager, having a dependable plumbing service is crucial. Josiah & Sons Plumbers are always our first call. They handle everything from routine maintenance to complex installations flawlessly.", rating: 5, imageSrc: "https://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Emily Rodriguez, Property Manager" },
{ id: "4", name: "David Kim", handle: "Real Estate Agent", testimonial: "I confidently refer all my clients to Josiah & Sons Plumbers. Their professionalism and quality of work always exceed expectations. They truly are the best in Houston!", rating: 5, imageSrc: "https://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "David Kim, Real Estate Agent" }
{ id: "1", name: "Sarah Johnson", handle: "Homeowner", testimonial: "Josiah & Sons Plumbers saved us from a major pipe burst! Their response was incredibly fast, and the repair was done efficiently and professionally. Highly recommend their emergency service!", rating: 5, imageSrc: "https://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=1", imageAlt: "Sarah Johnson, Homeowner" },
{ id: "2", name: "Michael Chen", handle: "Business Owner", testimonial: "We've used Josiah & Sons for all our commercial plumbing needs for years. Their team is reliable, knowledgeable, and always delivers top-notch service. Fantastic partners for any business.", rating: 5, imageSrc: "https://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=1", imageAlt: "Michael Chen, Business Owner" },
{ id: "3", name: "Emily Rodriguez", handle: "Property Manager", testimonial: "As a property manager, having a dependable plumbing service is crucial. Josiah & Sons Plumbers are always our first call. They handle everything from routine maintenance to complex installations flawlessly.", rating: 5, imageSrc: "https://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=2", imageAlt: "Emily Rodriguez, Property Manager" },
{ id: "4", name: "David Kim", handle: "Real Estate Agent", testimonial: "I confidently refer all my clients to Josiah & Sons Plumbers. Their professionalism and quality of work always exceed expectations. They truly are the best in Houston!", rating: 5, imageSrc: "https://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=2", imageAlt: "David Kim, Real Estate Agent" }
]}
showRating={true}
carouselMode="auto"