diff --git a/src/pages/ContactPage.tsx b/src/pages/ContactPage.tsx index 849027c..05af0b9 100644 --- a/src/pages/ContactPage.tsx +++ b/src/pages/ContactPage.tsx @@ -1,6 +1,5 @@ import AboutFeaturesSplit from '@/components/sections/about/AboutFeaturesSplit'; import FeaturesImageBento from '@/components/sections/features/FeaturesImageBento'; -import { Mail, MapPin, Phone } from "lucide-react"; import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; export default function ContactPage() {