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