From c95033b981f80f7fdabba04047a08fb8cd162f7c Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 15:18:08 +0000 Subject: [PATCH] Update src/app/about/page.tsx --- src/app/about/page.tsx | 123 ++++++++++++++--------------------------- 1 file changed, 43 insertions(+), 80 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 78a70f2..641feb0 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -5,8 +5,9 @@ import ReactLenis from "lenis/react"; import AboutMetric from '@/components/sections/about/AboutMetric'; import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; +import { Activity, ShieldCheck, Zap } from 'lucide-react'; -export default function LandingPage() { +export default function AboutPage() { return ( - + -
- -
+
+ +
- +
); -} +} \ No newline at end of file