diff --git a/src/app/page.tsx b/src/app/page.tsx index d24c246..73d835b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -61,27 +61,27 @@ export default function LandingPage() { ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/automation-production-system-operation-precess-concept_53876-138637.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/automation-production-system-operation-precess-concept_53876-138637.jpg?_wi=1", imageAlt: "Hero slide 1", }, { - imageSrc: "http://img.b2bpic.net/free-photo/automation-production-system-operation-precess-concept_53876-138637.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/automation-production-system-operation-precess-concept_53876-138637.jpg?_wi=2", imageAlt: "Hero slide 2", }, { - imageSrc: "http://img.b2bpic.net/free-photo/automation-production-system-operation-precess-concept_53876-138637.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/automation-production-system-operation-precess-concept_53876-138637.jpg?_wi=3", imageAlt: "Hero slide 3", }, { - imageSrc: "http://img.b2bpic.net/free-photo/automation-production-system-operation-precess-concept_53876-138637.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/automation-production-system-operation-precess-concept_53876-138637.jpg?_wi=4", imageAlt: "Hero slide 4", }, { - imageSrc: "http://img.b2bpic.net/free-photo/automation-production-system-operation-precess-concept_53876-138637.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/automation-production-system-operation-precess-concept_53876-138637.jpg?_wi=5", imageAlt: "Hero slide 5", }, { - imageSrc: "http://img.b2bpic.net/free-photo/automation-production-system-operation-precess-concept_53876-138637.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/automation-production-system-operation-precess-concept_53876-138637.jpg?_wi=6", imageAlt: "Hero slide 6", }, ]}