diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 488908f..c8349dc 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -7,6 +7,7 @@ import FeatureCardNineteen from "@/components/sections/feature/FeatureCardNinete import MetricCardSeven from "@/components/sections/metrics/MetricCardSeven"; import TestimonialCardTwo from "@/components/sections/testimonial/TestimonialCardTwo"; import FooterBaseCard from "@/components/sections/footer/FooterBaseCard"; +import { Briefcase, BarChart3, Heart } from "lucide-react"; export default function AboutPage() { const navItems = [ @@ -76,7 +77,7 @@ export default function AboutPage() {