diff --git a/src/app/page.tsx b/src/app/page.tsx index 98967e7..03b229c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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 }, @@ -125,11 +125,11 @@ export default function LandingPage() { }, { 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" }]} @@ -185,15 +185,15 @@ 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" }, ]} />