From 33e6466dc44241bcbaebf7696c608156bb21031b Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 20 Apr 2026 14:03:35 +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 2b1e31a..ea26525 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -60,9 +60,9 @@ export default function LandingPage() { ]} carouselItems={[ { - id: "h1", imageSrc: "http://img.b2bpic.net/free-photo/empty-business-workplace-equipped-with-modern-tech-tools-serve-enterprise_482257-125151.jpg", imageAlt: "Dashboard View"}, + id: "h1", imageSrc: "http://img.b2bpic.net/free-photo/empty-business-workplace-equipped-with-modern-tech-tools-serve-enterprise_482257-125151.jpg?_wi=1", imageAlt: "Dashboard View"}, { - id: "h2", imageSrc: "http://img.b2bpic.net/free-photo/dynamic-data-visualization-3d_23-2151904311.jpg", imageAlt: "Metrics View"}, + id: "h2", imageSrc: "http://img.b2bpic.net/free-photo/dynamic-data-visualization-3d_23-2151904311.jpg?_wi=1", imageAlt: "Metrics View"}, { id: "h3", imageSrc: "http://img.b2bpic.net/free-photo/solar-panels-plant-engineer-uses-pc-oversee-systems_482257-126156.jpg", imageAlt: "Network View"}, { @@ -124,13 +124,13 @@ export default function LandingPage() { "Everything in Accelerator", "Custom Automation", "Priority"], button: { text: "Select", href: "#contact"}, - imageSrc: "http://img.b2bpic.net/free-photo/empty-business-workplace-equipped-with-modern-tech-tools-serve-enterprise_482257-125151.jpg", imageAlt: "teamwork digital office"}, + imageSrc: "http://img.b2bpic.net/free-photo/empty-business-workplace-equipped-with-modern-tech-tools-serve-enterprise_482257-125151.jpg?_wi=2", imageAlt: "teamwork digital office"}, { id: "p3", title: "Enterprise Elite", price: "$10,999", period: "/mo", features: [ "Everything in Growth", "Full Dedicated Team", "24/7 Support"], button: { text: "Select", href: "#contact"}, - imageSrc: "http://img.b2bpic.net/free-photo/dynamic-data-visualization-3d_23-2151904311.jpg", imageAlt: "teamwork digital office"}, + imageSrc: "http://img.b2bpic.net/free-photo/dynamic-data-visualization-3d_23-2151904311.jpg?_wi=2", imageAlt: "teamwork digital office"}, ]} title="Transparent Growth Plans" description="Choose the accelerator that fits your current stage." -- 2.49.1