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