From 3fc105f9659896a217c45bd82ae70ca7593a11c4 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 17:25:54 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 89b6b02..dfe06ec 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -76,11 +76,17 @@ export default function LandingPage() { features={[ { title: "Custom Software Development", description: "Bespoke applications for efficiency and growth.", icon: Code, - mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/woman-property-engineer-searching-layout-details-laptop-office_482257-130146.jpg" }] + mediaItems: [ + { imageSrc: "http://img.b2bpic.net/free-photo/woman-property-engineer-searching-layout-details-laptop-office_482257-130146.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/woman-property-engineer-searching-layout-details-laptop-office_482257-130146.jpg" } + ] }, { title: "Data & Security", description: "Robust infrastructure and secure analytics architectures.", icon: Shield, - mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/system-administrator-walking-data-center-used-managing-gear-energy_482257-116015.jpg" }] + mediaItems: [ + { imageSrc: "http://img.b2bpic.net/free-photo/system-administrator-walking-data-center-used-managing-gear-energy_482257-116015.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/system-administrator-walking-data-center-used-managing-gear-energy_482257-116015.jpg" } + ] } ]} /> @@ -92,6 +98,7 @@ export default function LandingPage() { description="From local startups to established enterprises across the region." names={["Ivano-Frankivsk Hub", "Local Tech Partners", "Regional Innovators", "Global Clients"] } + textboxLayout="split" useInvertedBackground={false} />