diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 5dd2231..c6f805f 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -2,44 +2,44 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; -import ContactText from '@/components/sections/contact/ContactText'; -import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; +import ContactCTA from '@/components/sections/contact/ContactCTA'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; export default function ContactPage() { return ( - - + +
- + - + useInvertedBackground={false} + /> +
- +
); } \ No newline at end of file