From 58c28112d05a142abf5e8b26f844354e263e75e0 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 9 Apr 2026 12:31:07 +0000 Subject: [PATCH] Update src/app/about/page.tsx --- src/app/about/page.tsx | 137 ++++++++++++++++------------------------- 1 file changed, 54 insertions(+), 83 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index dc5a37a..8bdd802 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -8,7 +8,7 @@ import TeamCardTen from '@/components/sections/team/TeamCardTen'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import { Heart } from "lucide-react"; -export default function LandingPage() { +export default function AboutPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1