From c736c723cbc860ad12ff0fb902eede7ab2551ff5 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 13:08:41 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 85710b1..c345b62 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,16 +53,16 @@ export default function LandingPage() { buttonAnimation="slide-up" background={{ variant: "plain" }} leftCarouselItems={[ - { imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-retro-computer-windows-element_23-2150374707.jpg", imageAlt: "retro illustration software development team" }, - { imageSrc: "http://img.b2bpic.net/free-photo/laptop-showing-green-screen-governmental-high-tech-office_482257-121488.jpg", imageAlt: "web application development dashboard ui" }, - { imageSrc: "http://img.b2bpic.net/free-photo/male-entrepreneur-conducting-financial-planning-goal-setting_482257-122658.jpg", imageAlt: "successful software project results metrics" }, + { imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-retro-computer-windows-element_23-2150374707.jpg?_wi=1", imageAlt: "retro illustration software development team" }, + { imageSrc: "http://img.b2bpic.net/free-photo/laptop-showing-green-screen-governmental-high-tech-office_482257-121488.jpg?_wi=1", imageAlt: "web application development dashboard ui" }, + { imageSrc: "http://img.b2bpic.net/free-photo/male-entrepreneur-conducting-financial-planning-goal-setting_482257-122658.jpg?_wi=1", imageAlt: "successful software project results metrics" }, { imageSrc: "http://img.b2bpic.net/free-vector/colorful-business-timeline-with-flat-design_23-2147842067.jpg", imageAlt: "project development workflow steps process" } ]} rightCarouselItems={[ - { imageSrc: "http://img.b2bpic.net/free-vector/app-development-ideas-results-landing-page_23-2148702873.jpg", imageAlt: "mobile app development illustration smartphone" }, - { imageSrc: "http://img.b2bpic.net/free-photo/regular-human-job-performed-by-anthropomorphic-futuristic-robot_23-2151043466.jpg", imageAlt: "ai automation chatbot artificial intelligence" }, + { imageSrc: "http://img.b2bpic.net/free-vector/app-development-ideas-results-landing-page_23-2148702873.jpg?_wi=1", imageAlt: "mobile app development illustration smartphone" }, + { imageSrc: "http://img.b2bpic.net/free-photo/regular-human-job-performed-by-anthropomorphic-futuristic-robot_23-2151043466.jpg?_wi=1", imageAlt: "ai automation chatbot artificial intelligence" }, { imageSrc: "http://img.b2bpic.net/free-psd/co-working-horizontal-print-template_23-2149007266.jpg", imageAlt: "retro illustration startup team collaboration" }, - { imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-retro-computer-windows-element_23-2150374707.jpg", imageAlt: "retro illustration software development team" } + { imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-retro-computer-windows-element_23-2150374707.jpg?_wi=2", imageAlt: "retro illustration software development team" } ]} carouselPosition="right" marqueeItems={[ @@ -131,15 +131,15 @@ export default function LandingPage() { products={[ { id: "1", brand: "Blink22", name: "Scalable Web Applications", price: "Custom Quote", rating: 5, - reviewCount: "50+", imageSrc: "http://img.b2bpic.net/free-photo/laptop-showing-green-screen-governmental-high-tech-office_482257-121488.jpg", imageAlt: "Web Application Development" + reviewCount: "50+", imageSrc: "http://img.b2bpic.net/free-photo/laptop-showing-green-screen-governmental-high-tech-office_482257-121488.jpg?_wi=2", imageAlt: "Web Application Development" }, { id: "2", brand: "Blink22", name: "Mobile App Development", price: "Custom Quote", rating: 5, - reviewCount: "45+", imageSrc: "http://img.b2bpic.net/free-vector/app-development-ideas-results-landing-page_23-2148702873.jpg", imageAlt: "Mobile App Development" + reviewCount: "45+", imageSrc: "http://img.b2bpic.net/free-vector/app-development-ideas-results-landing-page_23-2148702873.jpg?_wi=2", imageAlt: "Mobile App Development" }, { id: "3", brand: "Blink22", name: "AI & Automation Solutions", price: "Custom Quote", rating: 5, - reviewCount: "38+", imageSrc: "http://img.b2bpic.net/free-photo/regular-human-job-performed-by-anthropomorphic-futuristic-robot_23-2151043466.jpg", imageAlt: "AI and Automation" + reviewCount: "38+", imageSrc: "http://img.b2bpic.net/free-photo/regular-human-job-performed-by-anthropomorphic-futuristic-robot_23-2151043466.jpg?_wi=2", imageAlt: "AI and Automation" } ]} /> @@ -155,7 +155,7 @@ export default function LandingPage() { { value: "10x", title: "Capacity Increase" }, { value: "40%", title: "Cost Reduction" } ]} - imageSrc="http://img.b2bpic.net/free-photo/male-entrepreneur-conducting-financial-planning-goal-setting_482257-122658.jpg" + imageSrc="http://img.b2bpic.net/free-photo/male-entrepreneur-conducting-financial-planning-goal-setting_482257-122658.jpg?_wi=2" imageAlt="Case Study Results" mediaAnimation="slide-up" metricsAnimation="slide-up" -- 2.49.1