diff --git a/src/pages/AboutPage.tsx b/src/pages/AboutPage.tsx index 8d0c58c..9aa1284 100644 --- a/src/pages/AboutPage.tsx +++ b/src/pages/AboutPage.tsx @@ -1,6 +1,5 @@ import AboutFeaturesSplit from '@/components/sections/about/AboutFeaturesSplit'; import TeamListCards from '@/components/sections/team/TeamListCards'; -import { Award, ShieldCheck, Star } from "lucide-react"; import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; export default function AboutPage() {