diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index acd6d66..b036099 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -7,7 +7,7 @@ import MetricCardThree from "@/components/sections/metrics/MetricCardThree"; import ContactSplit from "@/components/sections/contact/ContactSplit"; import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal"; import Link from "next/link"; -import { Award, Zap, Smile, Star } from "lucide-react"; +import { Award, Zap, Smile, Star, Calendar } from "lucide-react"; export default function AboutPage() { const navItems = [ @@ -112,7 +112,7 @@ export default function AboutPage() {