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 ( - + -
- -
+
+ +
-
- -
+
+ +
- +
);