From 861d1e5cdece88e86a6f2c2295e5ca2b58e2d9a7 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 26 May 2026 08:09:32 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c1763e3..917698b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -82,11 +82,11 @@ export default function LandingPage() { buttonAnimation="slide-up" mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/workout-weights-rack-barbell-dumbbells_1203-3784.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/workout-weights-rack-barbell-dumbbells_1203-3784.jpg?_wi=1", imageAlt: "Moderní CNC soustruh v provozu", }, { - imageSrc: "http://img.b2bpic.net/free-photo/teen-doing-experiments-robotics-laboratory-boy-vr-headset-controlling-robot_1268-23420.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/teen-doing-experiments-robotics-laboratory-boy-vr-headset-controlling-robot_1268-23420.jpg?_wi=1", imageAlt: "Robotické rameno u CNC obráběcího centra", }, { @@ -159,7 +159,7 @@ export default function LandingPage() { value: "12 měsíců", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/workout-weights-rack-barbell-dumbbells_1203-3784.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/workout-weights-rack-barbell-dumbbells_1203-3784.jpg?_wi=2", imageAlt: "quality control checklist inspection", }, { @@ -183,7 +183,7 @@ export default function LandingPage() { }, ], completedLabel: "Dokončeno", - imageSrc: "http://img.b2bpic.net/free-photo/teen-doing-experiments-robotics-laboratory-boy-vr-headset-controlling-robot_1268-23420.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/teen-doing-experiments-robotics-laboratory-boy-vr-headset-controlling-robot_1268-23420.jpg?_wi=2", imageAlt: "quality control checklist inspection", }, ]} -- 2.49.1