From a2c338dbedc1ceb399bd41cc16e4a3db92ed476e Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 17 Jun 2026 13:50:10 +0000 Subject: [PATCH] Update src/pages/AboutPage.tsx --- src/pages/AboutPage.tsx | 1 - 1 file changed, 1 deletion(-) 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() { -- 2.49.1