Update src/app/page.tsx

This commit is contained in:
2026-04-08 17:26:20 +00:00
parent 3fc105f965
commit 1b230b2e74

View File

@@ -77,15 +77,15 @@ export default function LandingPage() {
{
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" },
{ 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?_wi=1" },
{ imageSrc: "http://img.b2bpic.net/free-photo/woman-property-engineer-searching-layout-details-laptop-office_482257-130146.jpg?_wi=2" }
]
},
{
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" },
{ 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?_wi=1" },
{ imageSrc: "http://img.b2bpic.net/free-photo/system-administrator-walking-data-center-used-managing-gear-energy_482257-116015.jpg?_wi=2" }
]
}
]}