diff --git a/src/app/page.tsx b/src/app/page.tsx index 539442b..544d66c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,8 +52,8 @@ export default function LandingPage() { ]} slides={[ { imageSrc: "https://img.b2bpic.net/free-photo/executives-with-digital-tablet-having-meeting-office_1098-1881.jpg", imageAlt: "Business dashboard interface" }, - { imageSrc: "https://img.b2bpic.net/free-photo/data-analytics-dashboard_23-2152001529.jpg", imageAlt: "Analytics and reporting" }, - { imageSrc: "https://img.b2bpic.net/free-photo/application-programming-interface-hologram_23-2149092253.jpg", imageAlt: "Platform integration" } + { imageSrc: "https://img.b2bpic.net/free-photo/data-analytics-dashboard_23-2152001529.jpg?_wi=1", imageAlt: "Analytics and reporting" }, + { imageSrc: "https://img.b2bpic.net/free-photo/application-programming-interface-hologram_23-2149092253.jpg?_wi=1", imageAlt: "Platform integration" } ]} autoplayDelay={5000} showDimOverlay={true} @@ -67,7 +67,7 @@ export default function LandingPage() { description="Founded in 2019" subdescription="TechVenture Inc." icon={Rocket} - imageSrc="https://img.b2bpic.net/free-photo/digital-transformation-process-optimization_84443-74868.jpg" + imageSrc="https://img.b2bpic.net/free-photo/digital-transformation-process-optimization_84443-74868.jpg?_wi=1" imageAlt="TechVenture team collaborating" mediaAnimation="slide-up" useInvertedBackground={false} @@ -79,19 +79,19 @@ export default function LandingPage() { features={[ { id: "1", category: ["Automation", "Workflow"], - title: "Intelligent Workflow Automation", imageSrc: "https://img.b2bpic.net/free-photo/digital-transformation-process-optimization_84443-74868.jpg", imageAlt: "Workflow automation interface" + title: "Intelligent Workflow Automation", imageSrc: "https://img.b2bpic.net/free-photo/digital-transformation-process-optimization_84443-74868.jpg?_wi=2", imageAlt: "Workflow automation interface" }, { id: "2", category: ["Analytics", "Insights"], - title: "Real-Time Analytics & Reporting", imageSrc: "https://img.b2bpic.net/free-photo/data-analytics-dashboard_23-2152001529.jpg", imageAlt: "Analytics dashboard" + title: "Real-Time Analytics & Reporting", imageSrc: "https://img.b2bpic.net/free-photo/data-analytics-dashboard_23-2152001529.jpg?_wi=2", imageAlt: "Analytics dashboard" }, { id: "3", category: ["Integration", "API"], - title: "Seamless Third-Party Integrations", imageSrc: "https://img.b2bpic.net/free-photo/application-programming-interface-hologram_23-2149092253.jpg", imageAlt: "Integration ecosystem" + title: "Seamless Third-Party Integrations", imageSrc: "https://img.b2bpic.net/free-photo/application-programming-interface-hologram_23-2149092253.jpg?_wi=2", imageAlt: "Integration ecosystem" }, { id: "4", category: ["Security", "Compliance"], - title: "Enterprise-Grade Security", imageSrc: "https://img.b2bpic.net/free-photo/padlock-computer-circuit-board_93675-129557.jpg", imageAlt: "Security features" + title: "Enterprise-Grade Security", imageSrc: "https://img.b2bpic.net/free-photo/padlock-computer-circuit-board_93675-129557.jpg?_wi=1", imageAlt: "Security features" } ]} animationType="slide-up" @@ -107,16 +107,16 @@ export default function LandingPage() {