diff --git a/src/app/page.tsx b/src/app/page.tsx index 25d0bbf..bcb0c73 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -80,18 +80,18 @@ export default function LocalServicesSite() { features={[ { id: 1, - title: "Plumbing Services", description: "Expert plumbing repairs, installations, and emergency services available 24/7 for residential clients.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-vector/classic-labor-day-label-collection-with-flat-design_23-2147870955.jpg", imageAlt: "plumbing service icon symbol" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-vector/classic-labor-day-label-collection-with-flat-design_23-2147870955.jpg", imageAlt: "plumbing service icon symbol" }, + title: "Plumbing Services", description: "Expert plumbing repairs, installations, and emergency services available 24/7 for residential clients.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-vector/classic-labor-day-label-collection-with-flat-design_23-2147870955.jpg?_wi=1", imageAlt: "plumbing service icon symbol" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-vector/classic-labor-day-label-collection-with-flat-design_23-2147870955.jpg?_wi=2", imageAlt: "plumbing service icon symbol" }, }, { id: 2, - title: "Electrical Services", description: "Licensed electrical contractors providing safe, reliable repairs and installations for your home.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-vector/electricity-power-industry-icons-flat-set-transformer-socket-plug-capacity-energy-symbol_1284-41537.jpg", imageAlt: "electrical service icon symbol" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-vector/electricity-power-industry-icons-flat-set-transformer-socket-plug-capacity-energy-symbol_1284-41537.jpg", imageAlt: "electrical service icon symbol" }, + title: "Electrical Services", description: "Licensed electrical contractors providing safe, reliable repairs and installations for your home.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-vector/electricity-power-industry-icons-flat-set-transformer-socket-plug-capacity-energy-symbol_1284-41537.jpg?_wi=1", imageAlt: "electrical service icon symbol" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-vector/electricity-power-industry-icons-flat-set-transformer-socket-plug-capacity-energy-symbol_1284-41537.jpg?_wi=2", imageAlt: "electrical service icon symbol" }, }, { id: 3, - title: "HVAC Systems", description: "Heating and cooling solutions to keep your home comfortable year-round with expert maintenance.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-vector/green-environment-icons_1133-184.jpg", imageAlt: "HVAC service icon symbol" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-vector/green-environment-icons_1133-184.jpg", imageAlt: "HVAC service icon symbol" }, + title: "HVAC Systems", description: "Heating and cooling solutions to keep your home comfortable year-round with expert maintenance.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-vector/green-environment-icons_1133-184.jpg?_wi=1", imageAlt: "HVAC service icon symbol" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-vector/green-environment-icons_1133-184.jpg?_wi=2", imageAlt: "HVAC service icon symbol" }, }, ]} showStepNumbers={true}