diff --git a/src/app/page.tsx b/src/app/page.tsx index e0e6ecf..4cc5fc3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,15 +54,15 @@ export default function LandingPage() { testimonials={[ { name: "Bre Chow", handle: "@brechow", testimonial: "West Tide was efficient, quick, respectful and delivered exactly what they promised. The price was more than fair, and they exceeded my expectations.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/cheerful-positive-young-woman-with-pinkish-hair-sitting-home-against-golden-light-background-having-optimistic-happy-facial-expression-keeping-hands-chin-smiling-broadly-camera_343059-1907.jpg", imageAlt: "Bre Chow" + imageSrc: "http://img.b2bpic.net/free-photo/cheerful-positive-young-woman-with-pinkish-hair-sitting-home-against-golden-light-background-having-optimistic-happy-facial-expression-keeping-hands-chin-smiling-broadly-camera_343059-1907.jpg?_wi=1", imageAlt: "Bre Chow" }, { name: "Jillianne L", handle: "@jillianne.l", testimonial: "Dom fixed my plumbing issue with care and thoughtfully explained everything to me. An amazing young man and a true professional!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-glasses-portrait_1262-1461.jpg", imageAlt: "Jillianne L" + imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-glasses-portrait_1262-1461.jpg?_wi=1", imageAlt: "Jillianne L" }, { name: "Mat Green", handle: "@matgreen", testimonial: "Very professional and respectful young man. Would highly recommend West Tide for any plumbing needs.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-lawyer-portrait_23-2151202433.jpg", imageAlt: "Mat Green" + imageSrc: "http://img.b2bpic.net/free-photo/front-view-lawyer-portrait_23-2151202433.jpg?_wi=1", imageAlt: "Mat Green" } ]} testimonialRotationInterval={5000} @@ -90,7 +90,7 @@ export default function LandingPage() { { text: "Learn More", href: "#services" } ]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/building-construction-worker-site_23-2149124294.jpg" + imageSrc="http://img.b2bpic.net/free-photo/building-construction-worker-site_23-2149124294.jpg?_wi=1" imageAlt="Professional HVAC system installation" useInvertedBackground={false} /> @@ -111,15 +111,15 @@ export default function LandingPage() { features={[ { id: 1, - title: "Emergency Plumbing", description: "24/7 emergency response for burst pipes, leaks, backups, and other urgent plumbing issues. We're always ready to help when you need us most.", imageSrc: "http://img.b2bpic.net/free-photo/man-sitting-sofa-working-from-home-his-laptop_1303-30867.jpg", imageAlt: "Emergency plumbing repair" + title: "Emergency Plumbing", description: "24/7 emergency response for burst pipes, leaks, backups, and other urgent plumbing issues. We're always ready to help when you need us most.", imageSrc: "http://img.b2bpic.net/free-photo/man-sitting-sofa-working-from-home-his-laptop_1303-30867.jpg?_wi=1", imageAlt: "Emergency plumbing repair" }, { id: 2, - title: "HVAC Systems", description: "Complete heating and cooling solutions including installation, maintenance, and repair. Keep your home comfortable year-round with our expert HVAC services.", imageSrc: "http://img.b2bpic.net/free-photo/building-construction-worker-site_23-2149124294.jpg", imageAlt: "HVAC system maintenance" + title: "HVAC Systems", description: "Complete heating and cooling solutions including installation, maintenance, and repair. Keep your home comfortable year-round with our expert HVAC services.", imageSrc: "http://img.b2bpic.net/free-photo/building-construction-worker-site_23-2149124294.jpg?_wi=2", imageAlt: "HVAC system maintenance" }, { id: 3, - title: "Drain Cleaning", description: "Professional drain cleaning and maintenance to keep your plumbing system flowing smoothly. We use advanced equipment to clear blockages efficiently.", imageSrc: "http://img.b2bpic.net/free-photo/man-sitting-sofa-working-from-home-his-laptop_1303-30867.jpg", imageAlt: "Professional drain cleaning" + title: "Drain Cleaning", description: "Professional drain cleaning and maintenance to keep your plumbing system flowing smoothly. We use advanced equipment to clear blockages efficiently.", imageSrc: "http://img.b2bpic.net/free-photo/man-sitting-sofa-working-from-home-his-laptop_1303-30867.jpg?_wi=2", imageAlt: "Professional drain cleaning" } ]} /> @@ -144,9 +144,9 @@ export default function LandingPage() {