diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 8b594a1..0a86654 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -8,7 +8,6 @@ import TeamCardFive from "@/components/sections/team/TeamCardFive"; import MetricCardFourteen from "@/components/sections/metrics/MetricCardFourteen"; import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal"; import { Heart, Users, Sparkles } from "lucide-react"; -import Link from "next/link"; export default function AboutPage() { const navItems = [ @@ -45,7 +44,7 @@ export default function AboutPage() {