From d9dafe048406864b1be683ef7e3c0848cc055b49 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 13:16:25 +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 ef065b4..fc06204 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,16 +51,16 @@ export default function LandingPage() { background={{ variant: "rotated-rays-animated-grid" }} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/data-center-professional-servers_1303-28272.jpg", imageAlt: "Enterprise IT infrastructure" + imageSrc: "http://img.b2bpic.net/free-photo/data-center-professional-servers_1303-28272.jpg?_wi=1", imageAlt: "Enterprise IT infrastructure" }, { - imageSrc: "http://img.b2bpic.net/free-photo/programmer-working-computer-code_1303-32374.jpg", imageAlt: "Software development services" + imageSrc: "http://img.b2bpic.net/free-photo/programmer-working-computer-code_1303-32374.jpg?_wi=1", imageAlt: "Software development services" }, { - imageSrc: "http://img.b2bpic.net/free-photo/cybersecurity-network-protection_1303-28950.jpg", imageAlt: "Cybersecurity solutions" + imageSrc: "http://img.b2bpic.net/free-photo/cybersecurity-network-protection_1303-28950.jpg?_wi=1", imageAlt: "Cybersecurity solutions" }, { - imageSrc: "http://img.b2bpic.net/free-photo/cloud-computing-infrastructure_1303-29084.jpg", imageAlt: "Cloud services platform" + imageSrc: "http://img.b2bpic.net/free-photo/cloud-computing-infrastructure_1303-29084.jpg?_wi=1", imageAlt: "Cloud services platform" } ]} mediaAnimation="slide-up" @@ -99,13 +99,13 @@ export default function LandingPage() { tagAnimation="slide-up" features={[ { - title: "Cloud Infrastructure", description: "Scalable and secure cloud solutions including AWS, Azure, and Google Cloud deployment and management", imageSrc: "http://img.b2bpic.net/free-photo/cloud-computing-infrastructure_1303-29084.jpg", imageAlt: "Cloud infrastructure service", button: { text: "Learn More", href: "#" } + title: "Cloud Infrastructure", description: "Scalable and secure cloud solutions including AWS, Azure, and Google Cloud deployment and management", imageSrc: "http://img.b2bpic.net/free-photo/cloud-computing-infrastructure_1303-29084.jpg?_wi=2", imageAlt: "Cloud infrastructure service", button: { text: "Learn More", href: "#" } }, { - title: "Cybersecurity", description: "Advanced threat detection, vulnerability assessment, and comprehensive security protocols to protect your data", imageSrc: "http://img.b2bpic.net/free-photo/cybersecurity-network-protection_1303-28950.jpg", imageAlt: "Cybersecurity service", button: { text: "Learn More", href: "#" } + title: "Cybersecurity", description: "Advanced threat detection, vulnerability assessment, and comprehensive security protocols to protect your data", imageSrc: "http://img.b2bpic.net/free-photo/cybersecurity-network-protection_1303-28950.jpg?_wi=2", imageAlt: "Cybersecurity service", button: { text: "Learn More", href: "#" } }, { - title: "Software Development", description: "Custom software solutions and applications built to specification using modern development practices", imageSrc: "http://img.b2bpic.net/free-photo/programmer-working-computer-code_1303-32374.jpg", imageAlt: "Software development service", button: { text: "Learn More", href: "#" } + title: "Software Development", description: "Custom software solutions and applications built to specification using modern development practices", imageSrc: "http://img.b2bpic.net/free-photo/programmer-working-computer-code_1303-32374.jpg?_wi=2", imageAlt: "Software development service", button: { text: "Learn More", href: "#" } }, { title: "IT Consulting", description: "Strategic technology guidance and digital transformation consulting to accelerate your business growth", imageSrc: "http://img.b2bpic.net/free-photo/business-professionals-meeting-conference_1303-29043.jpg", imageAlt: "IT consulting service", button: { text: "Learn More", href: "#" } @@ -257,7 +257,7 @@ export default function LandingPage() {