diff --git a/src/app/page.tsx b/src/app/page.tsx index 6c0191a..29ab8d7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -159,22 +159,22 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" products={[ { - id: "drain-cleaning", name: "Emergency Drain Cleaning", price: "From $150", variant: "Same-day service available", imageSrc: "http://img.b2bpic.net/free-photo/top-view-plumber-checking-kitchen-fixtures_1098-17864.jpg", imageAlt: "Professional drain cleaning service" + id: "drain-cleaning", name: "Emergency Drain Cleaning", price: "From $150", variant: "Same-day service available", imageSrc: "http://img.b2bpic.net/free-photo/top-view-plumber-checking-kitchen-fixtures_1098-17864.jpg?_wi=1", imageAlt: "Professional drain cleaning service" }, { - id: "leak-detection", name: "Leak Detection & Repair", price: "From $200", variant: "Quick diagnosis included", imageSrc: "http://img.b2bpic.net/free-photo/male-worker-operating-machinery-factory_107420-96043.jpg", imageAlt: "Water leak detection and pipe repair" + id: "leak-detection", name: "Leak Detection & Repair", price: "From $200", variant: "Quick diagnosis included", imageSrc: "http://img.b2bpic.net/free-photo/male-worker-operating-machinery-factory_107420-96043.jpg?_wi=1", imageAlt: "Water leak detection and pipe repair" }, { - id: "fixture-repair", name: "Sink & Fixture Repairs", price: "From $125", variant: "Professional installation", imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990710.jpg", imageAlt: "Sink and bathroom fixture repair" + id: "fixture-repair", name: "Sink & Fixture Repairs", price: "From $125", variant: "Professional installation", imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990710.jpg?_wi=1", imageAlt: "Sink and bathroom fixture repair" }, { - id: "water-heater", name: "Water Heater Service", price: "From $250", variant: "Repair and replacement", imageSrc: "http://img.b2bpic.net/free-photo/top-view-plumber-checking-kitchen-fixtures_1098-17864.jpg", imageAlt: "Water heater service and maintenance" + id: "water-heater", name: "Water Heater Service", price: "From $250", variant: "Repair and replacement", imageSrc: "http://img.b2bpic.net/free-photo/top-view-plumber-checking-kitchen-fixtures_1098-17864.jpg?_wi=2", imageAlt: "Water heater service and maintenance" }, { - id: "general-repair", name: "General Plumbing Repairs", price: "From $100", variant: "All types of repairs", imageSrc: "http://img.b2bpic.net/free-photo/male-worker-operating-machinery-factory_107420-96043.jpg", imageAlt: "General plumbing repair services" + id: "general-repair", name: "General Plumbing Repairs", price: "From $100", variant: "All types of repairs", imageSrc: "http://img.b2bpic.net/free-photo/male-worker-operating-machinery-factory_107420-96043.jpg?_wi=2", imageAlt: "General plumbing repair services" }, { - id: "emergency-24-7", name: "Emergency 24/7 Response", price: "Priority dispatch", variant: "Always available for you", imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990710.jpg", imageAlt: "24/7 emergency plumbing service" + id: "emergency-24-7", name: "Emergency 24/7 Response", price: "Priority dispatch", variant: "Always available for you", imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990710.jpg?_wi=2", imageAlt: "24/7 emergency plumbing service" } ]} />