From 100ec3db800e23c19b99631953ee4ddeb3632a2b Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 15:51:01 +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 73dd156..a02e8fb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -69,7 +69,7 @@ export default function LandingPage() { }, ]} tagIcon={Sparkles} - imageSrc="http://img.b2bpic.net/free-photo/brown-futuristic-microchip-background-data-digital-transformation_53876-165478.jpg" + imageSrc="http://img.b2bpic.net/free-photo/brown-futuristic-microchip-background-data-digital-transformation_53876-165478.jpg?_wi=1" imageAlt="Futuristic digital grid background" /> @@ -86,15 +86,15 @@ export default function LandingPage() { icon: Zap, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/3d-render-abstract-techno-with-flowing-lines-particles_1048-13718.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/3d-render-abstract-techno-with-flowing-lines-particles_1048-13718.jpg?_wi=1", imageAlt: "Speed", }, { - imageSrc: "http://img.b2bpic.net/free-photo/senior-woman-taking-online-class-her-laptop-home_23-2149114301.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/senior-woman-taking-online-class-her-laptop-home_23-2149114301.jpg?_wi=1", imageAlt: "Performance", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/brown-futuristic-microchip-background-data-digital-transformation_53876-165478.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/brown-futuristic-microchip-background-data-digital-transformation_53876-165478.jpg?_wi=2", imageAlt: "digital grid tech background orange", }, { @@ -103,11 +103,11 @@ export default function LandingPage() { icon: Shield, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/3d-render-abstract-techno-with-flowing-lines-particles_1048-13718.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/3d-render-abstract-techno-with-flowing-lines-particles_1048-13718.jpg?_wi=2", imageAlt: "Security", }, { - imageSrc: "http://img.b2bpic.net/free-photo/senior-woman-taking-online-class-her-laptop-home_23-2149114301.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/senior-woman-taking-online-class-her-laptop-home_23-2149114301.jpg?_wi=2", imageAlt: "Scalability", }, ], @@ -120,15 +120,15 @@ export default function LandingPage() { icon: Smartphone, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/3d-render-abstract-techno-with-flowing-lines-particles_1048-13718.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/3d-render-abstract-techno-with-flowing-lines-particles_1048-13718.jpg?_wi=3", imageAlt: "Design", }, { - imageSrc: "http://img.b2bpic.net/free-photo/senior-woman-taking-online-class-her-laptop-home_23-2149114301.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/senior-woman-taking-online-class-her-laptop-home_23-2149114301.jpg?_wi=3", imageAlt: "UX", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/3d-render-abstract-techno-with-flowing-lines-particles_1048-13718.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/3d-render-abstract-techno-with-flowing-lines-particles_1048-13718.jpg?_wi=4", imageAlt: "data analytics network abstract", }, ]} @@ -207,7 +207,7 @@ export default function LandingPage() {