diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 92774ce..0df51a6 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -5,109 +5,57 @@ import ReactLenis from "lenis/react"; import AboutMetric from '@/components/sections/about/AboutMetric'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; -import { Award, CheckCircle, Clock } from "lucide-react"; +import { Users, Wrench, Heart } from "lucide-react"; -export default function LandingPage() { +export default function AboutPage() { return ( - + -
- -
+
+ +
- +
); -} +} \ No newline at end of file