From 546185a66be1fc67a27d21a209150aeab7720867 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 18 Mar 2026 14:18:05 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7ff51fe..97ceadb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,13 +50,13 @@ export default function LandingPage() { ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/people-repairing-computer-chips_23-2150880955.jpg", imageAlt: "Laptop repair workspace" + imageSrc: "http://img.b2bpic.net/free-photo/people-repairing-computer-chips_23-2150880955.jpg?_wi=1", imageAlt: "Laptop repair workspace" }, { - imageSrc: "http://img.b2bpic.net/free-photo/people-repairing-computer-chips_23-2150880955.jpg", imageAlt: "Professional repair service" + imageSrc: "http://img.b2bpic.net/free-photo/people-repairing-computer-chips_23-2150880955.jpg?_wi=2", imageAlt: "Professional repair service" }, { - imageSrc: "http://img.b2bpic.net/free-photo/people-repairing-computer-chips_23-2150880955.jpg", imageAlt: "Modern tech service" + imageSrc: "http://img.b2bpic.net/free-photo/people-repairing-computer-chips_23-2150880955.jpg?_wi=3", imageAlt: "Modern tech service" } ]} autoplayDelay={5000} @@ -109,7 +109,7 @@ export default function LandingPage() { tag="Trust & Quality" tagIcon={Shield} tagAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/people-repairing-computer-chips_23-2150880955.jpg" + imageSrc="http://img.b2bpic.net/free-photo/people-repairing-computer-chips_23-2150880955.jpg?_wi=4" imageAlt="Trusted repair service" mediaAnimation="blur-reveal" metrics={[ @@ -131,7 +131,7 @@ export default function LandingPage() { tagIcon={Zap} tagAnimation="slide-up" mediaPosition="right" - imageSrc="http://img.b2bpic.net/free-photo/people-repairing-computer-chips_23-2150880955.jpg" + imageSrc="http://img.b2bpic.net/free-photo/people-repairing-computer-chips_23-2150880955.jpg?_wi=5" imageAlt="Problem solving service" mediaAnimation="blur-reveal" useInvertedBackground={false} -- 2.49.1