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