From af0eeda8b571bbf343f7f2cd91b183996ae337ab Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 30 Mar 2026 09:45:48 +0000 Subject: [PATCH] Update src/app/about/page.tsx --- src/app/about/page.tsx | 118 ++++++++--------------------------------- 1 file changed, 23 insertions(+), 95 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 14bf67a..7f04302 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -7,108 +7,36 @@ import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleAp import TeamCardFive from '@/components/sections/team/TeamCardFive'; import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; -export default function LandingPage() { +export default function AboutPage() { return ( - - -
- -
- -
- -
- - + +
+ +
+
+ +
+
);