diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 3734056..5bf8a0e 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -8,7 +8,7 @@ import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleAp import TextAbout from '@/components/sections/about/TextAbout'; import { Calendar, Target } from "lucide-react"; -export default function LandingPage() { +export default function AboutPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
- +
);