diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index a51a9f3..021aeef 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -8,7 +8,6 @@ import FeatureCardTwentySeven from '@/components/sections/feature/FeatureCardTwe import ContactCenter from '@/components/sections/contact/ContactCenter'; import ContactText from '@/components/sections/contact/ContactText'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; -import { Phone, Mail, MapPin, Calendar } from "lucide-react"; export default function ContactPage() { return ( @@ -72,9 +71,11 @@ export default function ContactPage() {