diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 84139e6..5f1b149 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -6,44 +6,66 @@ import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatin import AboutMetric from "@/components/sections/about/AboutMetric"; import ContactCTA from "@/components/sections/contact/ContactCTA"; import FooterBase from "@/components/sections/footer/FooterBase"; -import { Zap, Users, Award, TrendingUp } from "lucide-react"; +import { Zap, Users, Award } from "lucide-react"; export default function AboutPage() { return ( - + - - - - + +
+ +
+
+ +
+
);