diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 1e2b7df..39a18c2 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -7,137 +7,54 @@ import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; -export default function LandingPage() { +export default function AboutPage() { return ( - - -
- -
- -
- -
- - + +
+ +
+
); -} +} \ No newline at end of file