diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 73da464..d22ee08 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -7,6 +7,7 @@ import FeatureCardTwelve from "@/components/sections/feature/FeatureCardTwelve"; import TestimonialCardThirteen from "@/components/sections/testimonial/TestimonialCardThirteen"; import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis"; import Link from "next/link"; +import { Lightbulb, Quote } from "lucide-react"; export default function AboutPage() { return ( @@ -43,15 +44,10 @@ export default function AboutPage() {