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