From f157e7bdda3ada75e4fdf92b75f62accccfeca77 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 28 Mar 2026 13:35:23 +0000 Subject: [PATCH] Update src/app/about/page.tsx --- src/app/about/page.tsx | 90 +++++++----------------------------------- 1 file changed, 15 insertions(+), 75 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 2313b22..3a08b0c 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -8,7 +8,7 @@ import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSp import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import { Trophy, Users } from "lucide-react"; -export default function LandingPage() { +export default function AboutPage() { return ( @@ -59,15 +42,8 @@ export default function LandingPage() { @@ -77,16 +53,8 @@ export default function LandingPage() { useInvertedBackground={false} title="Company Milestones" metrics={[ - { - icon: Trophy, - label: "Industry Awards", - value: "15+", - }, - { - icon: Users, - label: "Team Members", - value: "20+", - }, + { icon: Trophy, label: "Industry Awards", value: "15+" }, + { icon: Users, label: "Team Members", value: "20+" }, ]} metricsAnimation="slide-up" /> @@ -95,36 +63,8 @@ export default function LandingPage() {