diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 8110fef..de37bb2 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -6,93 +6,81 @@ import AboutMetric from '@/components/sections/about/AboutMetric'; import FooterMedia from '@/components/sections/footer/FooterMedia'; import LegalSection from '@/components/legal/LegalSection'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; -import { MapPin, Users } from "lucide-react"; +import { Users, MapPin } from "lucide-react"; -export default function LandingPage() { +export default function AboutPage() { return ( - + -
- -
+
+ +
- + - +
); -} +} \ No newline at end of file