Update src/app/page.tsx

This commit is contained in:
2026-04-08 17:25:54 +00:00
parent 45becc6e05
commit 3fc105f965

View File

@@ -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}
/>
</div>