Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-08 21:32:21 +00:00

View File

@@ -59,12 +59,13 @@ export default function LandingPage() {
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-man-working-as-plumber_23-2150746296.jpg", imageAlt: "Professional drain cleaning service in action"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-planting-sprouts-garden_23-2147714879.jpg?_wi=1", imageAlt: "Advanced drain cleaning equipment"
imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-planting-sprouts-garden_23-2147714879.jpg", imageAlt: "Advanced drain cleaning equipment"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721534.jpg?_wi=1", imageAlt: "Experienced drain cleaning technicians"
imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721534.jpg", imageAlt: "Experienced drain cleaning technicians"
}
]}
mediaAnimation="none"
/>
</div>
@@ -73,7 +74,7 @@ export default function LandingPage() {
title="Local Drain Experts You Can Trust"
description="The Drain Cleaner is your trusted local partner for all drain and sewer issues in Grand Island and surrounding areas. With a 5-star rating from 206 reviews, we're committed to fast response times, professional expertise, and affordable pricing. Available 24/7 for emergency drain problems."
tag="About Us"
imageSrc="http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721534.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721534.jpg"
imageAlt="The Drain Cleaner professional team"
buttons={[
{ text: "Schedule Service Now", href: "#contact" }
@@ -87,8 +88,7 @@ export default function LandingPage() {
title="Why Choose The Drain Cleaner?"
description="We combine fast response times with expert service and fair pricing to solve your drain problems right the first time."
tag="Our Advantages"
imageSrc="http://img.b2bpic.net/free-photo/crop-woman-planting-sprouts-garden_23-2147714879.jpg?_wi=2"
imageAlt="Professional drain cleaning equipment and service"
videoSrc=""
mediaPosition="left"
accordionItems={[
{
@@ -122,13 +122,13 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "1", name: "Drain Cleaning", price: "Starting $150", variant: "Professional cleaning for slow or clogged drains", imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-planting-sprouts-garden_23-2147714879.jpg?_wi=3", imageAlt: "Drain cleaning service"
id: "1", name: "Drain Cleaning", price: "Starting $150", variant: "Professional cleaning for slow or clogged drains", imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-planting-sprouts-garden_23-2147714879.jpg", imageAlt: "Drain cleaning service"
},
{
id: "2", name: "Sewer Line Cleaning", price: "Call for Quote", variant: "Complete sewer system cleaning and inspection", imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-planting-sprouts-garden_23-2147714879.jpg?_wi=4", imageAlt: "Sewer line cleaning"
id: "2", name: "Sewer Line Cleaning", price: "Call for Quote", variant: "Complete sewer system cleaning and inspection", imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-planting-sprouts-garden_23-2147714879.jpg", imageAlt: "Sewer line cleaning"
},
{
id: "3", name: "Root Removal", price: "Call for Quote", variant: "Tree root removal from pipes and sewer lines", imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-planting-sprouts-garden_23-2147714879.jpg?_wi=5", imageAlt: "Tree root removal service"
id: "3", name: "Root Removal", price: "Call for Quote", variant: "Tree root removal from pipes and sewer lines", imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-planting-sprouts-garden_23-2147714879.jpg", imageAlt: "Tree root removal service"
}
]}
/>