diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 89099fb..2047e3a 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -8,126 +8,51 @@ import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import { Award, Fish, Users } from "lucide-react"; -export default function LandingPage() { +export default function AboutPage() { return ( - - -
- -
- -
- -
- - + +
+ +
+
+ +
+
);