From e90cb05d0779ea84cf7635a98e55be1eac38fdaf Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Mar 2026 11:03:01 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index b8d96f0..ea2191e 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -4,7 +4,6 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline"; import ContactSplitForm from "@/components/sections/contact/ContactSplitForm"; import FooterCard from "@/components/sections/footer/FooterCard"; -import { Github, Instagram, Linkedin, Twitter } from "lucide-react"; export default function ContactPage() { return ( @@ -62,12 +61,6 @@ export default function ContactPage() {