diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 9f3840a..eef7cbb 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -71,13 +71,13 @@ export default function LandingPage() { id: "t1", name: "John Doe", role: "Lead Technician", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-young-businessman-with-his-arms-crossed_23-2148176206.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-young-businessman-with-his-arms-crossed_23-2148176206.jpg?_wi=3", }, { id: "t2", name: "Jane Smith", role: "Customer Care", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-waitress_107420-12307.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-waitress_107420-12307.jpg?_wi=3", }, ]} /> diff --git a/src/app/page.tsx b/src/app/page.tsx index 7d04460..3c57734 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -71,7 +71,7 @@ export default function LandingPage() { href: "/contact", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/man-is-prepares-smartphone-restoration-fixing-electronic-device-service-works_346278-1790.jpg" + imageSrc="http://img.b2bpic.net/free-photo/man-is-prepares-smartphone-restoration-fixing-electronic-device-service-works_346278-1790.jpg?_wi=1" imageAlt="Professional phone repair technician" mediaAnimation="blur-reveal" avatars={[ @@ -165,7 +165,7 @@ export default function LandingPage() { quote: "Fixed my cracked screen in under an hour. Best service in Launceston.", tag: "Screen Repair", avatarSrc: "http://img.b2bpic.net/free-photo/young-male-holding-mobile-phone-t-shirt-cap-looking-blissful_176474-47949.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/man-is-prepares-smartphone-restoration-fixing-electronic-device-service-works_346278-1790.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-is-prepares-smartphone-restoration-fixing-electronic-device-service-works_346278-1790.jpg?_wi=2", imageAlt: "phone repair shop professional tools", }, { @@ -176,7 +176,7 @@ export default function LandingPage() { quote: "Phone wouldn't charge, they fixed it fast and at a great price.", tag: "Charging Port", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-waitress_107420-12307.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/young-male-holding-mobile-phone-t-shirt-cap-looking-blissful_176474-47949.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-male-holding-mobile-phone-t-shirt-cap-looking-blissful_176474-47949.jpg?_wi=1", imageAlt: "happy customer holding repaired phone", }, { @@ -187,7 +187,7 @@ export default function LandingPage() { quote: "Professional team, my iPad is like new again.", tag: "iPad Repair", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-confident-young-businessman-with-his-arms-crossed_23-2148176206.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-waitress_107420-12307.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-waitress_107420-12307.jpg?_wi=1", imageAlt: "smiling woman with fixed phone", }, { @@ -198,7 +198,7 @@ export default function LandingPage() { quote: "Great communication and fair pricing for screen replacement.", tag: "Screen Repair", avatarSrc: "http://img.b2bpic.net/free-photo/pleased-young-handsome-man-looking-camera-showing-mobile-phone-camera-showing-thumb-up-yellow-background_141793-131044.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-young-businessman-with-his-arms-crossed_23-2148176206.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-young-businessman-with-his-arms-crossed_23-2148176206.jpg?_wi=1", imageAlt: "happy repair customer smiling", }, { @@ -209,7 +209,7 @@ export default function LandingPage() { quote: "Super fast and very friendly. Definitely going back.", tag: "Battery Replacement", avatarSrc: "http://img.b2bpic.net/free-photo/expressive-senior-woman-posing_344912-876.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/pleased-young-handsome-man-looking-camera-showing-mobile-phone-camera-showing-thumb-up-yellow-background_141793-131044.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pleased-young-handsome-man-looking-camera-showing-mobile-phone-camera-showing-thumb-up-yellow-background_141793-131044.jpg?_wi=1", imageAlt: "student happy with device repair", }, ]} diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 89cb970..0c195f6 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -59,28 +59,28 @@ export default function LandingPage() { title: "Screen Replacement", description: "High-quality display replacement for all smartphone models.", buttonIcon: "Smartphone", - imageSrc: "http://img.b2bpic.net/free-photo/expressive-senior-woman-posing_344912-876.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/expressive-senior-woman-posing_344912-876.jpg?_wi=1", imageAlt: "customer holding restored tablet", }, { title: "Battery Issues", description: "Restore your phone's battery life with reliable replacements.", buttonIcon: "BatteryCharging", - imageSrc: "http://img.b2bpic.net/free-photo/man-is-prepares-smartphone-restoration-fixing-electronic-device-service-works_346278-1790.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-is-prepares-smartphone-restoration-fixing-electronic-device-service-works_346278-1790.jpg?_wi=3", imageAlt: "phone repair shop professional tools", }, { title: "Charging Port Fix", description: "Don't let a bad port stop your device from charging.", buttonIcon: "PlugZap", - imageSrc: "http://img.b2bpic.net/free-photo/young-male-holding-mobile-phone-t-shirt-cap-looking-blissful_176474-47949.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-male-holding-mobile-phone-t-shirt-cap-looking-blissful_176474-47949.jpg?_wi=2", imageAlt: "happy customer holding repaired phone", }, { title: "iPad & Tablet Repair", description: "Expert repairs for your tablets and other mobile devices.", buttonIcon: "Tablet", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-waitress_107420-12307.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-waitress_107420-12307.jpg?_wi=2", imageAlt: "smiling woman with fixed phone", }, ]} @@ -100,28 +100,28 @@ export default function LandingPage() { title: "Screen Replacement", description: "High-quality display repair.", buttonIcon: "Smartphone", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-young-businessman-with-his-arms-crossed_23-2148176206.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-young-businessman-with-his-arms-crossed_23-2148176206.jpg?_wi=2", imageAlt: "happy repair customer smiling", }, { title: "Battery Swap", description: "Fresh power for your phone.", buttonIcon: "BatteryCharging", - imageSrc: "http://img.b2bpic.net/free-photo/pleased-young-handsome-man-looking-camera-showing-mobile-phone-camera-showing-thumb-up-yellow-background_141793-131044.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pleased-young-handsome-man-looking-camera-showing-mobile-phone-camera-showing-thumb-up-yellow-background_141793-131044.jpg?_wi=2", imageAlt: "student happy with device repair", }, { title: "Charging Port", description: "Solve connection issues.", buttonIcon: "PlugZap", - imageSrc: "http://img.b2bpic.net/free-photo/expressive-senior-woman-posing_344912-876.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/expressive-senior-woman-posing_344912-876.jpg?_wi=2", imageAlt: "customer holding restored tablet", }, { title: "iPad Repair", description: "Expert tablet care.", buttonIcon: "Tablet", - imageSrc: "http://img.b2bpic.net/free-photo/man-is-prepares-smartphone-restoration-fixing-electronic-device-service-works_346278-1790.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-is-prepares-smartphone-restoration-fixing-electronic-device-service-works_346278-1790.jpg?_wi=4", imageAlt: "phone repair shop professional tools", }, ]}