From 2e17ac48a14f5dee4c8c2babec00a9b37fac2245 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 27 Mar 2026 10:41:46 +0000 Subject: [PATCH] Update src/app/about/page.tsx --- src/app/about/page.tsx | 124 ++++++++++++++--------------------------- 1 file changed, 43 insertions(+), 81 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 2ef3c82..b572208 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -7,96 +7,58 @@ import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatin import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import { Heart } from "lucide-react"; -export default function LandingPage() { +export default function AboutPage() { return ( - + -
- -
+
+ +
- +
);