From 5f50eb4c55fbd7e416d0acc16c75242ea00d6079 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 3 Apr 2026 15:28:52 +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 8af9ce3..d0b80e8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -63,15 +63,15 @@ export default function LandingPage() { ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/online-education_53876-101279.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/online-education_53876-101279.jpg?_wi=1", imageAlt: "AI Resume Dashboard", }, { - imageSrc: "http://img.b2bpic.net/free-photo/modern-smartphone-mockup-with-blank-screen-gray-background_9975-133666.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/modern-smartphone-mockup-with-blank-screen-gray-background_9975-133666.jpg?_wi=1", imageAlt: "Data Analytics", }, { - imageSrc: "http://img.b2bpic.net/free-photo/data-network-with-glowing-core_23-2152004043.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/data-network-with-glowing-core_23-2152004043.jpg?_wi=1", imageAlt: "Optimization Tech", }, { @@ -115,7 +115,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/online-education_53876-101279.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/online-education_53876-101279.jpg?_wi=2", imageAlt: "ai resume optimizer dashboard", }, { @@ -137,7 +137,7 @@ export default function LandingPage() { }, ], reverse: true, - imageSrc: "http://img.b2bpic.net/free-photo/modern-smartphone-mockup-with-blank-screen-gray-background_9975-133666.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/modern-smartphone-mockup-with-blank-screen-gray-background_9975-133666.jpg?_wi=2", imageAlt: "digital data analysis dashboard", }, { @@ -159,7 +159,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/data-network-with-glowing-core_23-2152004043.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/data-network-with-glowing-core_23-2152004043.jpg?_wi=2", imageAlt: "abstract tech background nodes", }, ]} -- 2.49.1