From 48303d5bbc1f04c17e0302b6679b1e47142ea081 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 16:09:46 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a4ac6db..258f5da 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -62,9 +62,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={true} features={[ - { title: "Cloud Infrastructure", description: "Scalable and secure cloud hosting solutions for your applications.", imageSrc: "http://img.b2bpic.net/free-photo/teammates-working-late-office_23-2148991368.jpg" }, - { title: "Data Analytics", description: "Insightful analytics to drive your decision-making process.", imageSrc: "http://img.b2bpic.net/free-photo/teammates-working-late-office_23-2148991368.jpg" }, - { title: "Custom Development", description: "Bespoke software development built to exact specifications.", imageSrc: "http://img.b2bpic.net/free-photo/teammates-working-late-office_23-2148991368.jpg" }, + { title: "Cloud Infrastructure", description: "Scalable and secure cloud hosting solutions for your applications.", imageSrc: "http://img.b2bpic.net/free-photo/teammates-working-late-office_23-2148991368.jpg?_wi=1" }, + { title: "Data Analytics", description: "Insightful analytics to drive your decision-making process.", imageSrc: "http://img.b2bpic.net/free-photo/teammates-working-late-office_23-2148991368.jpg?_wi=2" }, + { title: "Custom Development", description: "Bespoke software development built to exact specifications.", imageSrc: "http://img.b2bpic.net/free-photo/teammates-working-late-office_23-2148991368.jpg?_wi=3" }, ]} title="Our Core Services" description="Comprehensive solutions tailored to meet your unique needs and goals." -- 2.49.1