diff --git a/src/app/page.tsx b/src/app/page.tsx index 48efe66..8d9da23 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,22 +29,10 @@ export default function LandingPage() {
@@ -134,29 +80,15 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - title: "Custom Software Engineering", - description: "Bespoke SaaS platforms and robust enterprise applications built with modern stacks.", - media: { - imageSrc: "http://img.b2bpic.net/free-photo/woman-property-engineer-searching-layout-details-laptop-office_482257-130146.jpg", - imageAlt: "Software Engineering", + title: "Custom Software Engineering", description: "Bespoke SaaS platforms and robust enterprise applications built with modern stacks.", media: { + imageSrc: "http://img.b2bpic.net/free-photo/woman-property-engineer-searching-layout-details-laptop-office_482257-130146.jpg", imageAlt: "Software Engineering" }, items: [ - { - icon: Code, - text: "Clean, scalable code", - }, - { - icon: Shield, - text: "High security standards", - }, - { - icon: Zap, - text: "Performance optimized", - }, + { icon: Code, text: "Clean, scalable code" }, + { icon: Shield, text: "High security standards" }, + { icon: Zap, text: "Performance optimized" }, ], - reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/accountant-busy-workplace-talking-with-colleagues-while-working_482257-126642.jpg?_wi=2", - imageAlt: "digital technology dashboard red theme", + reverse: false }, ]} title="Full-Cycle Digital Development" @@ -168,31 +100,11 @@ export default function LandingPage() {