Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-18 14:17:24 +00:00

View File

@@ -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}