Update src/app/page.tsx

This commit is contained in:
2026-03-03 00:31:53 +00:00
parent d008fc8dfc
commit 3556938602

View File

@@ -59,19 +59,19 @@ export default function LandingPage() {
testimonials={[ testimonials={[
{ {
name: "Robert Martinez", handle: "Homeowner, Scottsdale", testimonial: "Bradford arrived right on time and fixed our water line leak in under an hour. Professional and fair pricing!", rating: 5, name: "Robert Martinez", handle: "Homeowner, Scottsdale", testimonial: "Bradford arrived right on time and fixed our water line leak in under an hour. Professional and fair pricing!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg" imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1"
}, },
{ {
name: "Sarah Johnson", handle: "Homeowner, Phoenix", testimonial: "20 years of using Babcock Plumbing. They're honest, skilled, and always show up when they promise.", rating: 5, name: "Sarah Johnson", handle: "Homeowner, Phoenix", testimonial: "20 years of using Babcock Plumbing. They're honest, skilled, and always show up when they promise.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg" imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2"
}, },
{ {
name: "Michael Chen", handle: "Property Manager, Tempe", testimonial: "Emergency call at 2 AM and they were here in 30 minutes. Outstanding service. Highly recommend.", rating: 5, name: "Michael Chen", handle: "Property Manager, Tempe", testimonial: "Emergency call at 2 AM and they were here in 30 minutes. Outstanding service. Highly recommend.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg" imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3"
}, },
{ {
name: "Jennifer Lee", handle: "Homeowner, Chandler", testimonial: "Called for toilet repair and they diagnosed the real problem correctly. Saved me hundreds with their expertise.", rating: 5, name: "Jennifer Lee", handle: "Homeowner, Chandler", testimonial: "Called for toilet repair and they diagnosed the real problem correctly. Saved me hundreds with their expertise.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg" imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4"
} }
]} ]}
testimonialRotationInterval={5000} testimonialRotationInterval={5000}
@@ -187,7 +187,7 @@ export default function LandingPage() {
description="Got questions? We've got answers. Here's what Arizona homeowners ask us most." description="Got questions? We've got answers. Here's what Arizona homeowners ask us most."
tag="Help & Support" tag="Help & Support"
tagAnimation="opacity" tagAnimation="opacity"
imageSrc="http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990690.jpg" imageSrc="http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990690.jpg?_wi=1"
imageAlt="Plumbing FAQ support" imageAlt="Plumbing FAQ support"
mediaAnimation="blur-reveal" mediaAnimation="blur-reveal"
mediaPosition="left" mediaPosition="left"
@@ -236,7 +236,7 @@ export default function LandingPage() {
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterMedia <FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990690.jpg" imageSrc="http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990690.jpg?_wi=2"
imageAlt="Professional plumbing service" imageAlt="Professional plumbing service"
logoText="Babcock Plumbing LLC" logoText="Babcock Plumbing LLC"
copyrightText="© 2025 Babcock Plumbing LLC. All rights reserved." copyrightText="© 2025 Babcock Plumbing LLC. All rights reserved."