diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 291cf78..51134d0 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -45,29 +45,22 @@ export default function AboutPage() { textboxLayout="default" useInvertedBackground={false} imagePosition="right" + mediaAnimation="none" bulletPoints={[ { - title: "Founded on Real Experience", - description: "Led pivotal work on Estonia's e-Business Register and digital infrastructure modernization", - icon: Shield, + title: "Founded on Real Experience", description: "Led pivotal work on Estonia's e-Business Register and digital infrastructure modernization", icon: Shield, }, { - title: "European Leadership", - description: "Architected cross-border solutions like BRIS, enabling seamless data exchange across EU member states", - icon: Globe, + title: "European Leadership", description: "Architected cross-border solutions like BRIS, enabling seamless data exchange across EU member states", icon: Globe, }, { - title: "Proven Track Record", - description: "Successfully delivered transformational platforms for governments, authorities, and regulatory bodies across Europe and Middle East", - icon: Zap, + title: "Proven Track Record", description: "Successfully delivered transformational platforms for governments, authorities, and regulatory bodies across Europe and Middle East", icon: Zap, }, { - title: "Partnership Approach", - description: "We work as true partners with clients, building sustainable capability and ensuring long-term success", - icon: Users, + title: "Partnership Approach", description: "We work as true partners with clients, building sustainable capability and ensuring long-term success", icon: Users, }, ]} - imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQUU5Qzz48bYOyAvEw1EpgEpY2/diverse-team-of-government-technology-ex-1772524675256-4be75c7e.png?_wi=2" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQUU5Qzz48bYOyAvEw1EpgEpY2/diverse-team-of-government-technology-ex-1772524675256-4be75c7e.png" imageAlt="Tulepaak expertise and heritage" /> @@ -76,47 +69,17 @@ export default function AboutPage() {