From 9bb1f4a0249bf88ebdc74e71f45ed5ad6b7c6c8f Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 9 Apr 2026 00:38:41 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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", }, ]}