diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx
index 316cb0e..5695d01 100644
--- a/src/app/about/page.tsx
+++ b/src/app/about/page.tsx
@@ -2,10 +2,10 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
+import HeroBillboard from '@/components/sections/hero/HeroBillboard';
import AboutMetric from '@/components/sections/about/AboutMetric';
-import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
import FooterBase from '@/components/sections/footer/FooterBase';
-import { Award, Users, Target, Shield, CheckCircle, Star } from 'lucide-react';
+import { Star, CheckCircle, FileText, Clock, Users, Award, Building, TrendingUp } from 'lucide-react';
export default function AboutPage() {
return (
@@ -25,134 +25,63 @@ export default function AboutPage() {