From abbd4b4a5d94fa1a59fda699c67bae024ccf79b3 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 23 May 2026 21:34:10 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8af8948..3c3833c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -70,7 +70,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} features={[ - { title: "Secure Infrastructure", description: "Fortified server environments designed to scale while keeping your data protected.", imageSrc: "http://img.b2bpic.net/free-photo/data-center-programmers-doing-brainstorming-setting-up-machine-learning-systems_482257-126248.jpg", buttonIcon: Shield }, + { title: "Secure Infrastructure", description: "Fortified server environments designed to scale while keeping your data protected.", imageSrc: "http://img.b2bpic.net/free-photo/data-center-programmers-doing-brainstorming-setting-up-machine-learning-systems_482257-126248.jpg?_wi=1", buttonIcon: Shield }, { title: "Advanced Cybersecurity", description: "Next-gen threat mitigation protocols for enterprise-level applications.", imageSrc: "http://img.b2bpic.net/free-photo/security-concept-with-wooden-blocks-paper-lock-icon-blue-table-flat-lay-man-hand-pointing_176474-10447.jpg", buttonIcon: Lock }, { title: "Seamless Integration", description: "Effortless API connectivity between all your disparate business tools.", imageSrc: "http://img.b2bpic.net/free-photo/3d-shape-glowing-with-bright-holographic-colors_23-2151037241.jpg", buttonIcon: Zap }, { title: "High Performance", description: "Low-latency systems optimized for peak efficiency during high demand.", imageSrc: "http://img.b2bpic.net/free-photo/modern-equipped-computer-lab_23-2149241199.jpg", buttonIcon: Gauge }, @@ -135,7 +135,7 @@ export default function LandingPage() { faqsAnimation="blur-reveal" textboxLayout="split" useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/data-center-programmers-doing-brainstorming-setting-up-machine-learning-systems_482257-126248.jpg" + imageSrc="http://img.b2bpic.net/free-photo/data-center-programmers-doing-brainstorming-setting-up-machine-learning-systems_482257-126248.jpg?_wi=2" /> -- 2.49.1