diff --git a/src/app/page.tsx b/src/app/page.tsx index 26a939e..7ff51fe 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?_wi=1", imageAlt: "Laptop repair workspace" + 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=2", imageAlt: "Professional repair service" + 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=3", imageAlt: "Modern tech service" + imageSrc: "http://img.b2bpic.net/free-photo/people-repairing-computer-chips_23-2150880955.jpg", 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?_wi=4" + imageSrc="http://img.b2bpic.net/free-photo/people-repairing-computer-chips_23-2150880955.jpg" imageAlt="Trusted repair service" mediaAnimation="blur-reveal" metrics={[ @@ -118,7 +118,7 @@ export default function LandingPage() { { value: "99%", title: "Satisfaction Rate" }, { value: "Same-Day", title: "Most Repairs" } ]} - metricsAnimation="entrance-slide" + metricsAnimation="blur-reveal" useInvertedBackground={false} /> @@ -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?_wi=5" + imageSrc="http://img.b2bpic.net/free-photo/people-repairing-computer-chips_23-2150880955.jpg" imageAlt="Problem solving service" mediaAnimation="blur-reveal" useInvertedBackground={false}