From 7a41f181f89431c80b7544d67d480dfd912a9335 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 27 Mar 2026 10:48:50 +0000 Subject: [PATCH] Update src/app/about/page.tsx --- src/app/about/page.tsx | 138 ++++++++++++++--------------------------- 1 file changed, 47 insertions(+), 91 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 538f769..2cb1df4 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -7,104 +7,60 @@ import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import SplitAbout from '@/components/sections/about/SplitAbout'; -export default function LandingPage() { +export default function AboutPage() { return ( - - -
- -
- -
- -
- - + +
+ +
+
+ +
+
);