diff --git a/src/app/page.tsx b/src/app/page.tsx index cfa133e..780e0e7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,22 +54,22 @@ export default function LandingPage() { buttonAnimation="slide-up" carouselItems={[ { - id: "slide-1", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-baker-standing-with-arms-crossed_1170-2018.jpg", imageAlt: "professional service team working on site" + id: "slide-1", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-baker-standing-with-arms-crossed_1170-2018.jpg?_wi=1", imageAlt: "professional service team working on site" }, { - id: "slide-2", imageSrc: "http://img.b2bpic.net/free-photo/men-working-cutting-mdf-board_23-2149384823.jpg", imageAlt: "professional service delivery quality work" + id: "slide-2", imageSrc: "http://img.b2bpic.net/free-photo/men-working-cutting-mdf-board_23-2149384823.jpg?_wi=1", imageAlt: "professional service delivery quality work" }, { - id: "slide-3", imageSrc: "http://img.b2bpic.net/free-photo/adult-daughter-mature-father-meeting-with-agent-signing-insurance-agreement_74855-8786.jpg", imageAlt: "professional consultation expert advice meeting" + id: "slide-3", imageSrc: "http://img.b2bpic.net/free-photo/adult-daughter-mature-father-meeting-with-agent-signing-insurance-agreement_74855-8786.jpg?_wi=1", imageAlt: "professional consultation expert advice meeting" }, { - id: "slide-4", imageSrc: "http://img.b2bpic.net/free-photo/happy-carpenter-fist-bumping-with-inspector-while-greeting-coronavirus-pandemic_637285-11837.jpg", imageAlt: "professional installation service expertise" + id: "slide-4", imageSrc: "http://img.b2bpic.net/free-photo/happy-carpenter-fist-bumping-with-inspector-while-greeting-coronavirus-pandemic_637285-11837.jpg?_wi=1", imageAlt: "professional installation service expertise" }, { id: "slide-5", imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-people-office_23-2149173739.jpg", imageAlt: "local business team portrait professional" }, { - id: "slide-6", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-baker-standing-with-arms-crossed_1170-2018.jpg", imageAlt: "professional service team working on site" + id: "slide-6", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-baker-standing-with-arms-crossed_1170-2018.jpg?_wi=2", imageAlt: "professional service team working on site" } ]} autoPlay={true} @@ -102,15 +102,15 @@ export default function LandingPage() { features={[ { id: 1, - title: "Emergency Response", description: "24/7 availability for urgent issues with guaranteed same-day service options in your area.", imageSrc: "http://img.b2bpic.net/free-photo/men-working-cutting-mdf-board_23-2149384823.jpg", imageAlt: "professional service delivery quality work" + title: "Emergency Response", description: "24/7 availability for urgent issues with guaranteed same-day service options in your area.", imageSrc: "http://img.b2bpic.net/free-photo/men-working-cutting-mdf-board_23-2149384823.jpg?_wi=2", imageAlt: "professional service delivery quality work" }, { id: 2, - title: "Expert Consultation", description: "Free in-home assessments and transparent recommendations without pressure or hidden fees.", imageSrc: "http://img.b2bpic.net/free-photo/adult-daughter-mature-father-meeting-with-agent-signing-insurance-agreement_74855-8786.jpg", imageAlt: "professional consultation expert advice meeting" + title: "Expert Consultation", description: "Free in-home assessments and transparent recommendations without pressure or hidden fees.", imageSrc: "http://img.b2bpic.net/free-photo/adult-daughter-mature-father-meeting-with-agent-signing-insurance-agreement_74855-8786.jpg?_wi=2", imageAlt: "professional consultation expert advice meeting" }, { id: 3, - title: "Certified Installation", description: "Licensed professionals using quality materials and proven techniques for lasting results.", imageSrc: "http://img.b2bpic.net/free-photo/happy-carpenter-fist-bumping-with-inspector-while-greeting-coronavirus-pandemic_637285-11837.jpg", imageAlt: "professional installation service expertise" + title: "Certified Installation", description: "Licensed professionals using quality materials and proven techniques for lasting results.", imageSrc: "http://img.b2bpic.net/free-photo/happy-carpenter-fist-bumping-with-inspector-while-greeting-coronavirus-pandemic_637285-11837.jpg?_wi=2", imageAlt: "professional installation service expertise" } ]} textboxLayout="default"