diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 877f03d..a618429 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -75,7 +75,7 @@ export default function AboutPage() { tagIcon={Award} textboxLayout="default" useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/specialist-technician-professional-engineer-with-laptop-tablet-maintenance-checking-installing-solar-roof-panel-factory-rooftop-sunlight-engineers-team-survey-check-solar-panel-roof_609648-2202.jpg" + imageSrc="http://img.b2bpic.net/free-photo/specialist-technician-professional-engineer-with-laptop-tablet-maintenance-checking-installing-solar-roof-panel-factory-rooftop-sunlight-engineers-team-survey-check-solar-panel-roof_609648-2202.jpg?_wi=2" imageAlt="ProRoof Dublin team" imagePosition="right" mediaAnimation="slide-up" @@ -132,22 +132,22 @@ export default function AboutPage() { testimonials={[ { id: "1", name: "Sarah O'Brien", handle: "South Dublin Homeowner", testimonial: - "Outstanding service! ProRoof fixed our leaking roof quickly and professionally. Highly recommend to anyone in Dublin.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg", imageAlt: "Sarah O'Brien"}, + "Outstanding service! ProRoof fixed our leaking roof quickly and professionally. Highly recommend to anyone in Dublin.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg?_wi=7", imageAlt: "Sarah O'Brien"}, { id: "2", name: "Michael Murphy", handle: "West Dublin Business Owner", testimonial: - "Replaced our commercial roof on time and within budget. Professional team, excellent communication throughout.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg", imageAlt: "Michael Murphy"}, + "Replaced our commercial roof on time and within budget. Professional team, excellent communication throughout.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg?_wi=8", imageAlt: "Michael Murphy"}, { id: "3", name: "Emma Walsh", handle: "North Dublin Resident", testimonial: - "Got a free inspection and honest quote. They explained everything clearly. Best roofing company in Dublin!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg", imageAlt: "Emma Walsh"}, + "Got a free inspection and honest quote. They explained everything clearly. Best roofing company in Dublin!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg?_wi=9", imageAlt: "Emma Walsh"}, { id: "4", name: "James Carroll", handle: "Dublin City Property Manager", testimonial: - "ProRoof handles all our maintenance. Reliable, professional, and always available when we need them.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg", imageAlt: "James Carroll"}, + "ProRoof handles all our maintenance. Reliable, professional, and always available when we need them.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg?_wi=10", imageAlt: "James Carroll"}, { id: "5", name: "Lisa Chen", handle: "South Dublin Homeowner", testimonial: - "Their 24/7 emergency response saved us after the storm. Professional team arrived within hours. Thank you!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg", imageAlt: "Lisa Chen"}, + "Their 24/7 emergency response saved us after the storm. Professional team arrived within hours. Thank you!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg?_wi=11", imageAlt: "Lisa Chen"}, { id: "6", name: "Patrick Flanagan", handle: "East Dublin Architect", testimonial: - "I recommend ProRoof to all my clients. Quality workmanship and attention to detail every single time.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg", imageAlt: "Patrick Flanagan"}, + "I recommend ProRoof to all my clients. Quality workmanship and attention to detail every single time.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg?_wi=12", imageAlt: "Patrick Flanagan"}, ]} speed={50} topMarqueeDirection="left" @@ -157,7 +157,7 @@ export default function AboutPage() {