From 8a2dffbf496f993220139f18d4fd250b2d0a2935 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 19 May 2026 11:46:47 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 62 ++++++++++++++++++++-------------------- 1 file changed, 31 insertions(+), 31 deletions(-) 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