From f16ef103321f44e58d16a8ea131bd182b910b90f Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 21 Apr 2026 21:53:47 +0000 Subject: [PATCH] Update src/app/about/page.tsx --- src/app/about/page.tsx | 151 +++++++++++------------------------------ 1 file changed, 38 insertions(+), 113 deletions(-) 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 ( - - -
- -
- -
- -
- - + +
+ +
+
+ +
+
);