From 7b53b21ba277c679a6a216efbc331cfda8736942 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 15:52:23 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 88f5bab..05877f2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,7 +47,7 @@ export default function LandingPage() { tag="Build Smarter" buttons={[{ text: "Launch Projects", href: "#features" }]} 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" /> @@ -61,22 +61,22 @@ export default function LandingPage() { { title: "High Velocity", description: "Optimized delivery pipelines for maximum speed in every environment.", icon: Zap, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/3d-render-abstract-techno-with-flowing-lines-particles_1048-13718.jpg", imageAlt: "Speed" }, - { imageSrc: "http://img.b2bpic.net/free-photo/senior-woman-taking-online-class-her-laptop-home_23-2149114301.jpg", imageAlt: "Performance" }, + { 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?_wi=1", imageAlt: "Performance" }, ] }, { title: "Scale Anywhere", description: "Cloud-native infrastructure that grows with your business demands.", icon: Shield, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/3d-render-abstract-techno-with-flowing-lines-particles_1048-13718.jpg", imageAlt: "Security" }, - { imageSrc: "http://img.b2bpic.net/free-photo/senior-woman-taking-online-class-her-laptop-home_23-2149114301.jpg", imageAlt: "Scalability" }, + { 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?_wi=2", imageAlt: "Scalability" }, ] }, { title: "Adaptive Design", description: "Fluid interfaces that look perfect on any device size or platform.", icon: Smartphone, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/3d-render-abstract-techno-with-flowing-lines-particles_1048-13718.jpg", imageAlt: "Design" }, - { imageSrc: "http://img.b2bpic.net/free-photo/senior-woman-taking-online-class-her-laptop-home_23-2149114301.jpg", imageAlt: "UX" }, + { 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?_wi=3", imageAlt: "UX" }, ] }, ]} @@ -126,7 +126,7 @@ export default function LandingPage() {