From e81d28059a424e7bb5fc596469e93ad6c5bf300d Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 21 Apr 2026 15:29:01 +0000 Subject: [PATCH] Update src/app/about/page.tsx --- src/app/about/page.tsx | 136 ++++++++++++++--------------------------- 1 file changed, 45 insertions(+), 91 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 7f3121e..fc4ee61 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -8,104 +8,58 @@ import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloating import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import { Code } from "lucide-react"; -export default function LandingPage() { +export default function AboutPage() { return ( - - -
- -
- -
- -
- - + +
+ +
+
+ +
+
); -} +} \ No newline at end of file