From 24fb785299452663e878cf80840bd782351dceb1 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 12 Jun 2026 14:03:10 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e0caabc..94fed70 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -82,23 +82,23 @@ export default function LandingPage() { ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/worker-holding-device-with-greenscreen_482257-76711.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/worker-holding-device-with-greenscreen_482257-76711.jpg?_wi=1", imageAlt: "Modern business analytics dashboard displaying sales performance", }, { - imageSrc: "http://img.b2bpic.net/free-photo/digital-dashboard_23-2151957114.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/digital-dashboard_23-2151957114.jpg?_wi=1", imageAlt: "Dashboard showing sales trends over time", }, { - imageSrc: "http://img.b2bpic.net/free-photo/invoice-billing-information-form-graphic-concept_53876-132662.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/invoice-billing-information-form-graphic-concept_53876-132662.jpg?_wi=1", imageAlt: "Receivables management dashboard interface", }, { - imageSrc: "http://img.b2bpic.net/free-photo/business-chart-visual-graphics-report-concept_53876-167093.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/business-chart-visual-graphics-report-concept_53876-167093.jpg?_wi=1", imageAlt: "Executive summary interface with critical alerts", }, { - imageSrc: "http://img.b2bpic.net/free-photo/multiethnic-team-female-entrepreneurs-discussing-business-strategy_482257-123854.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/multiethnic-team-female-entrepreneurs-discussing-business-strategy_482257-123854.jpg?_wi=1", imageAlt: "Dashboard section focusing on team performance rankings", }, { @@ -158,7 +158,7 @@ export default function LandingPage() { description: "Track monthly sales performance and identify key trends to optimize resource allocation.", bentoComponent: "animated-bar-chart", icon: BarChart, - imageSrc: "http://img.b2bpic.net/free-photo/worker-holding-device-with-greenscreen_482257-76711.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/worker-holding-device-with-greenscreen_482257-76711.jpg?_wi=2", imageAlt: "3d global sales map data", }, { @@ -166,7 +166,7 @@ export default function LandingPage() { description: "Monitor revenue streams and growth over time with interactive line charts.", bentoComponent: "line-chart", icon: LineChart, - imageSrc: "http://img.b2bpic.net/free-photo/digital-dashboard_23-2151957114.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/digital-dashboard_23-2151957114.jpg?_wi=2", imageAlt: "3d global sales map data", }, { @@ -190,7 +190,7 @@ export default function LandingPage() { value: "Low", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/invoice-billing-information-form-graphic-concept_53876-132662.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/invoice-billing-information-form-graphic-concept_53876-132662.jpg?_wi=2", imageAlt: "3d global sales map data", }, { @@ -214,7 +214,7 @@ export default function LandingPage() { time: "Completed", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/business-chart-visual-graphics-report-concept_53876-167093.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/business-chart-visual-graphics-report-concept_53876-167093.jpg?_wi=2", imageAlt: "3d global sales map data", }, { @@ -259,7 +259,7 @@ export default function LandingPage() { icon: ShieldCheck, }, ], - imageSrc: "http://img.b2bpic.net/free-photo/multiethnic-team-female-entrepreneurs-discussing-business-strategy_482257-123854.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/multiethnic-team-female-entrepreneurs-discussing-business-strategy_482257-123854.jpg?_wi=2", imageAlt: "3d global sales map data", }, ]} @@ -458,7 +458,7 @@ export default function LandingPage() { -- 2.49.1