Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-20 23:50:51 +00:00

View File

@@ -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() {
<div id="testimonials" data-section="testimonials">
<TestimonialCardTwelve
testimonials={[
{ id: "1", name: "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", imageAlt: "Bre Chow" },
{ id: "2", name: "Jillianne L", imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-glasses-portrait_1262-1461.jpg", imageAlt: "Jillianne L" },
{ id: "3", name: "Mat Green", imageSrc: "http://img.b2bpic.net/free-photo/front-view-lawyer-portrait_23-2151202433.jpg", imageAlt: "Mat Green" },
{ id: "1", name: "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=2", imageAlt: "Bre Chow" },
{ id: "2", name: "Jillianne L", imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-glasses-portrait_1262-1461.jpg?_wi=2", imageAlt: "Jillianne L" },
{ id: "3", name: "Mat Green", imageSrc: "http://img.b2bpic.net/free-photo/front-view-lawyer-portrait_23-2151202433.jpg?_wi=2", imageAlt: "Mat Green" },
{ id: "4", name: "Satisfied Customer", imageSrc: "http://img.b2bpic.net/free-photo/business-woman-posing-street_23-2148213468.jpg", imageAlt: "Satisfied Customer" }
]}
cardTitle="Trusted by Our Community"
@@ -165,7 +165,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
mediaPosition="right"
imageSrc="http://img.b2bpic.net/free-photo/man-sitting-sofa-working-from-home-his-laptop_1303-30867.jpg"
imageSrc="http://img.b2bpic.net/free-photo/man-sitting-sofa-working-from-home-his-laptop_1303-30867.jpg?_wi=3"
imageAlt="Professional plumbing service"
mediaAnimation="slide-up"
faqsAnimation="slide-up"