diff --git a/components/about-content.tsx b/components/about-content.tsx index a93df43b..48c8d73f 100644 --- a/components/about-content.tsx +++ b/components/about-content.tsx @@ -1,5 +1,6 @@ 'use client' +import Image from "next/image" import { SiteFooter } from "@/components/site-footer" import { MissionSection } from "@/components/mission-section" @@ -9,6 +10,27 @@ export function AboutContent() {