diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index d7dd75b..da3d21b 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -8,132 +8,73 @@ import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaA import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import { ShieldCheck, Wrench } from "lucide-react"; -export default function LandingPage() { +export default function AboutPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
- +
); -} +} \ No newline at end of file