From 72e79f64851ceaa16812a42f70dc17fe6b3bfe6f Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 10 Apr 2026 16:23:05 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 89 ++++++++++------------------------------ 1 file changed, 22 insertions(+), 67 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index fe87048..aacabba 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -2,12 +2,11 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactCTA from '@/components/sections/contact/ContactCTA'; -import ContactSplit from '@/components/sections/contact/ContactSplit'; -import FooterCard from '@/components/sections/footer/FooterCard'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; +import ContactText from '@/components/sections/contact/ContactText'; +import FooterCard from '@/components/sections/footer/FooterCard'; -export default function LandingPage() { +export default function ContactPage() { return ( - - -
- -
- -
- -
- - + + +
); -} +} \ No newline at end of file