Merge version_1 into main #1

Merged
bender merged 2 commits from version_1 into main 2026-03-08 14:51:24 +00:00
2 changed files with 1373 additions and 6 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -55,7 +55,7 @@ export default function LandingPage() {
background={{ variant: "radial-gradient" }}
dashboard={{
title: "Why Choose Westland Plumbing", logoIcon: Wrench,
imageSrc: "http://img.b2bpic.net/free-photo/muscular-tattoed-repairman-posing-autoservice_7502-4414.jpg", imageAlt: "Westland Plumbing Service Van", searchPlaceholder: "Search our services...", sidebarItems: [
imageSrc: "http://img.b2bpic.net/free-photo/muscular-tattoed-repairman-posing-autoservice_7502-4414.jpg?_wi=1", imageAlt: "Westland Plumbing Service Van", searchPlaceholder: "Search our services...", sidebarItems: [
{ icon: CheckCircle, active: true },
{ icon: Shield },
{ icon: Clock },
@@ -122,10 +122,10 @@ export default function LandingPage() {
title: "Water Heater Repair & Replacement", description: "Expert diagnosis and repair of water heater issues, plus full installation of new energy-efficient systems.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-worker-checking-freon-tank_482257-78533.jpg", imageAlt: "Water heater installation and repair"},
{
id: 3,
title: "Drain Cleaning & Unclogging", description: "Professional drain cleaning with state-of-the-art equipment. No more backups or slow drains.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-putting-clothes-washing-machine_23-2147904493.jpg", imageAlt: "Drain cleaning service"},
title: "Drain Cleaning & Unclogging", description: "Professional drain cleaning with state-of-the-art equipment. No more backups or slow drains.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-putting-clothes-washing-machine_23-2147904493.jpg?_wi=1", imageAlt: "Drain cleaning service"},
{
id: 4,
title: "Leak Detection & Repair", description: "Advanced leak detection technology finds hidden leaks before they cause damage. Fast, non-invasive solutions.", imageSrc: "http://img.b2bpic.net/free-photo/technician-checking-heating-system-boiler-room_169016-55519.jpg", imageAlt: "Water leak detection service"},
title: "Leak Detection & Repair", description: "Advanced leak detection technology finds hidden leaks before they cause damage. Fast, non-invasive solutions.", imageSrc: "http://img.b2bpic.net/free-photo/technician-checking-heating-system-boiler-room_169016-55519.jpg?_wi=1", imageAlt: "Water leak detection service"},
]}
buttons={[{ text: "Schedule Service", href: "#contact" }]}
/>
@@ -174,13 +174,13 @@ export default function LandingPage() {
features={[
{
id: 1,
title: "Call or Request Service", description: "Contact us by phone or fill out our online service request form. Tell us about your plumbing issue. We'll schedule a convenient time to visit.", imageSrc: "http://img.b2bpic.net/free-photo/muscular-tattoed-repairman-posing-autoservice_7502-4414.jpg", imageAlt: "Contact and schedule service"},
title: "Call or Request Service", description: "Contact us by phone or fill out our online service request form. Tell us about your plumbing issue. We'll schedule a convenient time to visit.", imageSrc: "http://img.b2bpic.net/free-photo/muscular-tattoed-repairman-posing-autoservice_7502-4414.jpg?_wi=2", imageAlt: "Contact and schedule service"},
{
id: 2,
title: "We Diagnose the Problem", description: "Our licensed technician arrives on time and fully diagnoses your plumbing issue. We explain what's wrong and provide honest repair options with transparent pricing.", imageSrc: "http://img.b2bpic.net/free-photo/technician-checking-heating-system-boiler-room_169016-55519.jpg", imageAlt: "Professional diagnosis"},
title: "We Diagnose the Problem", description: "Our licensed technician arrives on time and fully diagnoses your plumbing issue. We explain what's wrong and provide honest repair options with transparent pricing.", imageSrc: "http://img.b2bpic.net/free-photo/technician-checking-heating-system-boiler-room_169016-55519.jpg?_wi=2", imageAlt: "Professional diagnosis"},
{
id: 3,
title: "Fast Professional Repair", description: "With your approval, we perform the repair with quality parts and expert workmanship. We clean up after ourselves and stand behind our work with a satisfaction guarantee.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-putting-clothes-washing-machine_23-2147904493.jpg", imageAlt: "Professional repair completed"},
title: "Fast Professional Repair", description: "With your approval, we perform the repair with quality parts and expert workmanship. We clean up after ourselves and stand behind our work with a satisfaction guarantee.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-putting-clothes-washing-machine_23-2147904493.jpg?_wi=2", imageAlt: "Professional repair completed"},
]}
/>
</div>