From 848114aad6453825443f2f74f2f8593be7f99e7f Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 19:40:54 +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 22ff68a..8caf54c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -55,11 +55,11 @@ export default function LandingPage() { ]} carouselItems={[ { - id: "1", imageSrc: "http://img.b2bpic.net/free-photo/close-up-modern-laptop-with-rate-charts-display-while-man-woman-working-business-project-design-computer-screen-with-data-chart-information-finance-analysis-desk_482257-40065.jpg", imageAlt: "Data visualization"}, + id: "1", imageSrc: "http://img.b2bpic.net/free-photo/close-up-modern-laptop-with-rate-charts-display-while-man-woman-working-business-project-design-computer-screen-with-data-chart-information-finance-analysis-desk_482257-40065.jpg?_wi=1", imageAlt: "Data visualization"}, { - id: "2", imageSrc: "http://img.b2bpic.net/free-photo/representation-user-experience-interface-design_23-2150169842.jpg", imageAlt: "Statistical graph"}, + id: "2", imageSrc: "http://img.b2bpic.net/free-photo/representation-user-experience-interface-design_23-2150169842.jpg?_wi=1", imageAlt: "Statistical graph"}, { - id: "3", imageSrc: "http://img.b2bpic.net/free-photo/desktop-pc-wooden-desk-showcases-infographics-client-reach-data_482257-126353.jpg", imageAlt: "Network monitor"}, + id: "3", imageSrc: "http://img.b2bpic.net/free-photo/desktop-pc-wooden-desk-showcases-infographics-client-reach-data_482257-126353.jpg?_wi=1", imageAlt: "Network monitor"}, { id: "4", imageSrc: "http://img.b2bpic.net/free-photo/top-view-statistics-presentation-with-chart_23-2149023761.jpg", imageAlt: "Forecast model"}, { @@ -76,11 +76,11 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - title: "Real-time Processing", description: "Get instant insights with our high-speed engine.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-modern-laptop-with-rate-charts-display-while-man-woman-working-business-project-design-computer-screen-with-data-chart-information-finance-analysis-desk_482257-40065.jpg", imageAlt: "Processing speed"}, + title: "Real-time Processing", description: "Get instant insights with our high-speed engine.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-modern-laptop-with-rate-charts-display-while-man-woman-working-business-project-design-computer-screen-with-data-chart-information-finance-analysis-desk_482257-40065.jpg?_wi=2", imageAlt: "Processing speed"}, { - title: "Advanced Analytics", description: "Deep-dive into datasets with custom modeling.", imageSrc: "http://img.b2bpic.net/free-photo/representation-user-experience-interface-design_23-2150169842.jpg", imageAlt: "Deep analytics"}, + title: "Advanced Analytics", description: "Deep-dive into datasets with custom modeling.", imageSrc: "http://img.b2bpic.net/free-photo/representation-user-experience-interface-design_23-2150169842.jpg?_wi=2", imageAlt: "Deep analytics"}, { - title: "Secure Infrastructure", description: "Your data is protected by enterprise-grade security.", imageSrc: "http://img.b2bpic.net/free-photo/desktop-pc-wooden-desk-showcases-infographics-client-reach-data_482257-126353.jpg", imageAlt: "Security"}, + title: "Secure Infrastructure", description: "Your data is protected by enterprise-grade security.", imageSrc: "http://img.b2bpic.net/free-photo/desktop-pc-wooden-desk-showcases-infographics-client-reach-data_482257-126353.jpg?_wi=2", imageAlt: "Security"}, ]} title="Engineered for Insights" description="Comprehensive statistical features to power your growth." -- 2.49.1