From cc46ea810bdfa6793ed8279d4205c9735707452f Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 7 May 2026 22:00:16 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 20 +++++++------------- 1 file changed, 7 insertions(+), 13 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 0c9c8d1..eab987c 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -1,24 +1,18 @@ "use client"; + import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import ContactSplit from '@/components/sections/contact/ContactSplit'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; -import ReactLenis from "lenis/react"; export default function ContactPage() { return ( - - + + ); } \ No newline at end of file