Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-04-03 18:44:34 +00:00

View File

@@ -58,17 +58,17 @@ export default function LandingPage() {
]}
carouselItems={[
{
id: "1", imageSrc: "http://img.b2bpic.net/free-photo/sanitary-technician-working-with-sink_23-2147772219.jpg", imageAlt: "Plumbing service"},
id: "1", imageSrc: "http://img.b2bpic.net/free-photo/sanitary-technician-working-with-sink_23-2147772219.jpg?_wi=1", imageAlt: "Plumbing service"},
{
id: "2", imageSrc: "http://img.b2bpic.net/free-photo/wrench-connectors-with-clear-paper_23-2147772281.jpg", imageAlt: "Residential repair"},
id: "2", imageSrc: "http://img.b2bpic.net/free-photo/wrench-connectors-with-clear-paper_23-2147772281.jpg?_wi=1", imageAlt: "Residential repair"},
{
id: "3", imageSrc: "http://img.b2bpic.net/free-photo/young-foreman-work-clothes-thoughtfully-using-ruler-with-variety-tools-background-workshop_574295-1629.jpg", imageAlt: "Plumbing maintenance"},
id: "3", imageSrc: "http://img.b2bpic.net/free-photo/young-foreman-work-clothes-thoughtfully-using-ruler-with-variety-tools-background-workshop_574295-1629.jpg?_wi=1", imageAlt: "Plumbing maintenance"},
{
id: "4", imageSrc: "http://img.b2bpic.net/free-photo/view-plumber-working-fix-problems_23-2150990693.jpg", imageAlt: "Commercial plumbing"},
id: "4", imageSrc: "http://img.b2bpic.net/free-photo/view-plumber-working-fix-problems_23-2150990693.jpg?_wi=1", imageAlt: "Commercial plumbing"},
{
id: "5", imageSrc: "http://img.b2bpic.net/free-photo/sanitary-technician-working-with-wrench-kitchen_23-2147772255.jpg", imageAlt: "Emergency repair"},
id: "5", imageSrc: "http://img.b2bpic.net/free-photo/sanitary-technician-working-with-wrench-kitchen_23-2147772255.jpg?_wi=1", imageAlt: "Emergency repair"},
{
id: "6", imageSrc: "http://img.b2bpic.net/free-photo/ecologist-sampling-water-from-river-with-test-tube_342744-953.jpg", imageAlt: "Sewer inspection"},
id: "6", imageSrc: "http://img.b2bpic.net/free-photo/ecologist-sampling-water-from-river-with-test-tube_342744-953.jpg?_wi=1", imageAlt: "Sewer inspection"},
]}
/>
</div>
@@ -82,23 +82,23 @@ export default function LandingPage() {
{
id: 1,
title: "Repairs & Maintenance", description: "Leaks, burst pipes, dripping faucets, running toilets — fast, reliable fixes that last.", phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/sanitary-technician-working-with-sink_23-2147772219.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/sanitary-technician-working-with-sink_23-2147772219.jpg?_wi=2"},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/wrench-connectors-with-clear-paper_23-2147772281.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/wrench-connectors-with-clear-paper_23-2147772281.jpg?_wi=2"},
},
{
id: 2,
title: "Bathroom & Kitchen", description: "Full fixture installation, remodels, and upgrades for bathrooms and kitchens of any scale.", phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/young-foreman-work-clothes-thoughtfully-using-ruler-with-variety-tools-background-workshop_574295-1629.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/young-foreman-work-clothes-thoughtfully-using-ruler-with-variety-tools-background-workshop_574295-1629.jpg?_wi=2"},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/view-plumber-working-fix-problems_23-2150990693.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/view-plumber-working-fix-problems_23-2150990693.jpg?_wi=2"},
},
{
id: 3,
title: "Water Heaters", description: "Installation, repair, and replacement of traditional and tankless water heater systems.", phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/sanitary-technician-working-with-wrench-kitchen_23-2147772255.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/sanitary-technician-working-with-wrench-kitchen_23-2147772255.jpg?_wi=2"},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/ecologist-sampling-water-from-river-with-test-tube_342744-953.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/ecologist-sampling-water-from-river-with-test-tube_342744-953.jpg?_wi=2"},
},
]}
showStepNumbers={true}