From 1592da628e451745d49745f42bff0ded2b2304f8 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 19:33:18 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ad5fa91..72cfcc3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -60,23 +60,23 @@ export default function LandingPage() { ]} mediaItems={[ { - 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: "Dashboard overview interface", }, { - 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: "Real-time request tracking", }, { - 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=3", imageAlt: "Inventory management analytics", }, { - 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=4", imageAlt: "User approval workflow", }, { - 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=5", imageAlt: "Comprehensive reporting suite", }, ]} @@ -92,12 +92,12 @@ export default function LandingPage() { { title: "Automated Requests", description: "Seamlessly submit stationery requests for approval.", - imageSrc: "http://img.b2bpic.net/free-photo/operation-procedure-action-ideas-goal-concept_53876-13715.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/operation-procedure-action-ideas-goal-concept_53876-13715.jpg?_wi=1", }, { title: "Real-time Status", description: "Track the status of your requests in real-time.", - imageSrc: "http://img.b2bpic.net/free-photo/operation-procedure-action-ideas-goal-concept_53876-13715.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/operation-procedure-action-ideas-goal-concept_53876-13715.jpg?_wi=2", }, { title: "Advanced Reporting", -- 2.49.1