diff --git a/src/app/page.tsx b/src/app/page.tsx index 8c6240d..ce3a61b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -86,7 +86,7 @@ export default function LandingPage() { id: "electrical", name: "Electrical Diagnostics", price: "Starting at $89.99", imageSrc: "http://img.b2bpic.net/free-photo/professional-mechanic-using-contemporary-technology-work_329181-11875.jpg", imageAlt: "Electrical service" }, { - id: "maintenance", name: "General Maintenance", price: "Custom Quotes", imageSrc: "http://img.b2bpic.net/free-photo/red-steel-tool-box-garage_613910-13498.jpg", imageAlt: "Maintenance service" + id: "maintenance", name: "General Maintenance", price: "Custom Quotes", imageSrc: "http://img.b2bpic.net/free-photo/red-steel-tool-box-garage_613910-13498.jpg?_wi=1", imageAlt: "Maintenance service" } ]} /> @@ -96,7 +96,7 @@ export default function LandingPage() {