diff --git a/src/app/page.tsx b/src/app/page.tsx index fa1976a..4a9b99a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -78,16 +78,16 @@ export default function LandingPage() { tagAnimation="slide-up" products={[ { - id: "plumbing", name: "Plumbing Services", price: "Starting $89", imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990683.jpg", imageAlt: "Professional plumbing service" + id: "plumbing", name: "Plumbing Services", price: "Starting $89", imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990683.jpg?_wi=1", imageAlt: "Professional plumbing service" }, { - id: "electrical", name: "Electrical Services", price: "Starting $99", imageSrc: "http://img.b2bpic.net/free-photo/man-electrical-technician-working-switchboard-with-fuses_169016-24230.jpg", imageAlt: "Licensed electrical work" + id: "electrical", name: "Electrical Services", price: "Starting $99", imageSrc: "http://img.b2bpic.net/free-photo/man-electrical-technician-working-switchboard-with-fuses_169016-24230.jpg?_wi=1", imageAlt: "Licensed electrical work" }, { - id: "hvac", name: "HVAC Services", price: "Starting $149", imageSrc: "http://img.b2bpic.net/free-photo/adjusting-heating-valves-residential-building_169016-52905.jpg", imageAlt: "HVAC system maintenance" + id: "hvac", name: "HVAC Services", price: "Starting $149", imageSrc: "http://img.b2bpic.net/free-photo/adjusting-heating-valves-residential-building_169016-52905.jpg?_wi=1", imageAlt: "HVAC system maintenance" }, { - id: "general", name: "General Maintenance", price: "Starting $79", imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-measuring-wood-plank_23-2148836029.jpg", imageAlt: "General maintenance and repair" + id: "general", name: "General Maintenance", price: "Starting $79", imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-measuring-wood-plank_23-2148836029.jpg?_wi=1", imageAlt: "General maintenance and repair" } ]} gridVariant="four-items-2x2-equal-grid" @@ -107,13 +107,13 @@ export default function LandingPage() { features={[ { id: 1, - title: "Same-Day Service", description: "Need help today? We respond quickly to urgent service requests with same-day availability in your area. No waiting around for appointments.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990683.jpg" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/man-electrical-technician-working-switchboard-with-fuses_169016-24230.jpg" } + title: "Same-Day Service", description: "Need help today? We respond quickly to urgent service requests with same-day availability in your area. No waiting around for appointments.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990683.jpg?_wi=2" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/man-electrical-technician-working-switchboard-with-fuses_169016-24230.jpg?_wi=2" } }, { id: 2, - title: "Transparent Pricing", description: "No hidden fees. Get a free quote upfront before any work begins. You'll know exactly what to expect with our honest, straightforward pricing.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/adjusting-heating-valves-residential-building_169016-52905.jpg" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-measuring-wood-plank_23-2148836029.jpg" } + title: "Transparent Pricing", description: "No hidden fees. Get a free quote upfront before any work begins. You'll know exactly what to expect with our honest, straightforward pricing.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/adjusting-heating-valves-residential-building_169016-52905.jpg?_wi=2" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-measuring-wood-plank_23-2148836029.jpg?_wi=2" } } ]} showStepNumbers={false}