From e5740cecebcc2d9c05a4958c11ee4fa95ed1ea7e Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 25 Apr 2026 01:38:19 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 69 +++++++++++++++++++++++++--------------- 1 file changed, 44 insertions(+), 25 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index f59b193..97ffa67 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -3,39 +3,58 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import React from 'react'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; -import ContactText from '@/components/sections/contact/ContactText'; +import ContactCTA from '@/components/sections/contact/ContactCTA'; import FooterMedia from '@/components/sections/footer/FooterMedia'; export default function ContactPage() { return ( - - -
-
- + +
+
+
- + ); -} +} \ No newline at end of file