diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 3f375f4..3ed5fbe 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -69,21 +69,21 @@ export default function LandingPage() { name: "John Doe", role: "Head Technician", description: "15 years of industry experience.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-goodlooking-bearded-gardener-with-garden-tools-smiling-standing-trees-shadow-crossing-hands-looking-camera-with-relaxed-face-expression_176420-55230.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-goodlooking-bearded-gardener-with-garden-tools-smiling-standing-trees-shadow-crossing-hands-looking-camera-with-relaxed-face-expression_176420-55230.jpg?_wi=2", }, { id: "t2", name: "Jane Smith", role: "Operations Manager", description: "Ensuring every job is done right.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-pretty-mulatto-woman-with-trendy-make-up-standing-with-arms-crossed-office-indoor-photo-female-black-employee-posing-with-international-colleagues-gently-smile_197531-3788.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-pretty-mulatto-woman-with-trendy-make-up-standing-with-arms-crossed-office-indoor-photo-female-black-employee-posing-with-international-colleagues-gently-smile_197531-3788.jpg?_wi=2", }, { id: "t3", name: "Robert Lee", role: "Senior Specialist", description: "Expert in complex diagnostics.", - imageSrc: "http://img.b2bpic.net/free-photo/young-cute-female-posing-indoor_344912-969.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-cute-female-posing-indoor_344912-969.jpg?_wi=2", }, ]} title="Meet Our Experts" diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 2310efa..d9ed55e 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -77,7 +77,7 @@ export default function LandingPage() { content: "We offer free, no-obligation quotes.", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/african-american-employee-talking-landline-phone_482257-96280.jpg" + imageSrc="http://img.b2bpic.net/free-photo/african-american-employee-talking-landline-phone_482257-96280.jpg?_wi=14" mediaAnimation="slide-up" title="Frequently Asked Questions" description="Common answers to help you get the service you need." diff --git a/src/app/page.tsx b/src/app/page.tsx index 8493514..1d08c4e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -63,21 +63,21 @@ export default function LandingPage() { handle: "@sarahj", testimonial: "Excellent service and very professional team. Highly recommend!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-goodlooking-bearded-gardener-with-garden-tools-smiling-standing-trees-shadow-crossing-hands-looking-camera-with-relaxed-face-expression_176420-55230.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-goodlooking-bearded-gardener-with-garden-tools-smiling-standing-trees-shadow-crossing-hands-looking-camera-with-relaxed-face-expression_176420-55230.jpg?_wi=1", }, { name: "Mike R.", handle: "@miker", testimonial: "Fast response time and great pricing. Thank you!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-pretty-mulatto-woman-with-trendy-make-up-standing-with-arms-crossed-office-indoor-photo-female-black-employee-posing-with-international-colleagues-gently-smile_197531-3788.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-pretty-mulatto-woman-with-trendy-make-up-standing-with-arms-crossed-office-indoor-photo-female-black-employee-posing-with-international-colleagues-gently-smile_197531-3788.jpg?_wi=1", }, { name: "Emily D.", handle: "@emilyd", testimonial: "The best local service provider in town, very reliable.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-cute-female-posing-indoor_344912-969.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-cute-female-posing-indoor_344912-969.jpg?_wi=1", }, { name: "David L.", @@ -104,7 +104,7 @@ export default function LandingPage() { href: "/contact", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/african-american-employee-talking-landline-phone_482257-96280.jpg" + imageSrc="http://img.b2bpic.net/free-photo/african-american-employee-talking-landline-phone_482257-96280.jpg?_wi=1" imageAlt="Professional service technician at work" mediaAnimation="slide-up" avatars={[ @@ -169,17 +169,17 @@ export default function LandingPage() { { title: "Plumbing Services", description: "Quick diagnosis and repairs for all pipe and drainage issues.", - imageSrc: "http://img.b2bpic.net/free-photo/african-american-employee-talking-landline-phone_482257-96280.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/african-american-employee-talking-landline-phone_482257-96280.jpg?_wi=2", }, { title: "Electrical Work", description: "Preventative maintenance and safe installations for your home.", - imageSrc: "http://img.b2bpic.net/free-photo/african-american-employee-talking-landline-phone_482257-96280.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/african-american-employee-talking-landline-phone_482257-96280.jpg?_wi=3", }, { title: "Emergency Repairs", description: "Emergency services available for immediate assistance day or night.", - imageSrc: "http://img.b2bpic.net/free-photo/african-american-employee-talking-landline-phone_482257-96280.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/african-american-employee-talking-landline-phone_482257-96280.jpg?_wi=4", }, ]} title="Our Professional Services" diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 05702da..c19b2b2 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -60,7 +60,7 @@ export default function LandingPage() { price: "$99", rating: 5, reviewCount: "12", - imageSrc: "http://img.b2bpic.net/free-photo/african-american-employee-talking-landline-phone_482257-96280.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/african-american-employee-talking-landline-phone_482257-96280.jpg?_wi=5", }, { id: "s2", @@ -69,7 +69,7 @@ export default function LandingPage() { price: "$199", rating: 5, reviewCount: "24", - imageSrc: "http://img.b2bpic.net/free-photo/african-american-employee-talking-landline-phone_482257-96280.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/african-american-employee-talking-landline-phone_482257-96280.jpg?_wi=6", }, { id: "s3", @@ -78,7 +78,7 @@ export default function LandingPage() { price: "$299", rating: 5, reviewCount: "18", - imageSrc: "http://img.b2bpic.net/free-photo/african-american-employee-talking-landline-phone_482257-96280.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/african-american-employee-talking-landline-phone_482257-96280.jpg?_wi=7", }, { id: "s4", @@ -87,7 +87,7 @@ export default function LandingPage() { price: "$399", rating: 5, reviewCount: "30", - imageSrc: "http://img.b2bpic.net/free-photo/african-american-employee-talking-landline-phone_482257-96280.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/african-american-employee-talking-landline-phone_482257-96280.jpg?_wi=8", }, { id: "s5", @@ -96,7 +96,7 @@ export default function LandingPage() { price: "$499", rating: 5, reviewCount: "15", - imageSrc: "http://img.b2bpic.net/free-photo/african-american-employee-talking-landline-phone_482257-96280.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/african-american-employee-talking-landline-phone_482257-96280.jpg?_wi=9", }, { id: "s6", @@ -105,7 +105,7 @@ export default function LandingPage() { price: "$599", rating: 5, reviewCount: "45", - imageSrc: "http://img.b2bpic.net/free-photo/african-american-employee-talking-landline-phone_482257-96280.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/african-american-employee-talking-landline-phone_482257-96280.jpg?_wi=10", }, ]} title="Our Service Portfolio" @@ -124,21 +124,21 @@ export default function LandingPage() { value: "100%", title: "Satisfaction Rate", description: "Our customers love the speed and efficiency.", - imageSrc: "http://img.b2bpic.net/free-photo/african-american-employee-talking-landline-phone_482257-96280.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/african-american-employee-talking-landline-phone_482257-96280.jpg?_wi=11", }, { id: "m2", value: "24/7", title: "Availability", description: "Ready to help whenever you need us.", - imageSrc: "http://img.b2bpic.net/free-photo/african-american-employee-talking-landline-phone_482257-96280.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/african-american-employee-talking-landline-phone_482257-96280.jpg?_wi=12", }, { id: "m3", value: "500+", title: "Homes Served", description: "Proven track record in our community.", - imageSrc: "http://img.b2bpic.net/free-photo/african-american-employee-talking-landline-phone_482257-96280.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/african-american-employee-talking-landline-phone_482257-96280.jpg?_wi=13", }, ]} title="Why Our Services Stand Out"