From 4a785fd559e8b050251fccefd0da8527d047806d Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 02:06:41 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 80fd798..4b16e3c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -85,19 +85,19 @@ export default function LandingPage() { features={[ { id: 1, - title: "Managed IT Services", description: "Proactive monitoring, support, and optimization that keeps your business running without interruption. Real-time alerts and expert response when issues arise.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AoEmFTotL9xRtfX980w8d2d4Ht/abstract-technology-landscape-showing-in-1773281163205-bc9174d3.png", imageAlt: "Managed IT services infrastructure" + title: "Managed IT Services", description: "Proactive monitoring, support, and optimization that keeps your business running without interruption. Real-time alerts and expert response when issues arise.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AoEmFTotL9xRtfX980w8d2d4Ht/abstract-technology-landscape-showing-in-1773281163205-bc9174d3.png?_wi=1", imageAlt: "Managed IT services infrastructure" }, { id: 2, - title: "Cybersecurity Solutions", description: "Advanced protection to safeguard your systems, data, and reputation from digital threats. Multi-layered defense strategies tailored to your organization.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AoEmFTotL9xRtfX980w8d2d4Ht/abstract-technology-landscape-showing-in-1773281163205-bc9174d3.png", imageAlt: "Cybersecurity protection systems" + title: "Cybersecurity Solutions", description: "Advanced protection to safeguard your systems, data, and reputation from digital threats. Multi-layered defense strategies tailored to your organization.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AoEmFTotL9xRtfX980w8d2d4Ht/abstract-technology-landscape-showing-in-1773281163205-bc9174d3.png?_wi=2", imageAlt: "Cybersecurity protection systems" }, { id: 3, - title: "Network & Infrastructure", description: "Reliable connectivity and expertly designed systems that scale with your organization. From planning to implementation and ongoing optimization.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AoEmFTotL9xRtfX980w8d2d4Ht/abstract-technology-landscape-showing-in-1773281163205-bc9174d3.png", imageAlt: "Network infrastructure setup" + title: "Network & Infrastructure", description: "Reliable connectivity and expertly designed systems that scale with your organization. From planning to implementation and ongoing optimization.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AoEmFTotL9xRtfX980w8d2d4Ht/abstract-technology-landscape-showing-in-1773281163205-bc9174d3.png?_wi=3", imageAlt: "Network infrastructure setup" }, { id: 4, - title: "Document & Print Solutions", description: "Industry-leading office equipment and document management systems that improve efficiency. Solutions that work seamlessly with your existing workflows.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AoEmFTotL9xRtfX980w8d2d4Ht/abstract-technology-landscape-showing-in-1773281163205-bc9174d3.png", imageAlt: "Document and print management" + title: "Document & Print Solutions", description: "Industry-leading office equipment and document management systems that improve efficiency. Solutions that work seamlessly with your existing workflows.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AoEmFTotL9xRtfX980w8d2d4Ht/abstract-technology-landscape-showing-in-1773281163205-bc9174d3.png?_wi=4", imageAlt: "Document and print management" } ]} buttonAnimation="slide-up" -- 2.49.1