diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 021aeef..bc34677 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -4,8 +4,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import HeroOverlayTestimonial from '@/components/sections/hero/HeroOverlayTestimonial'; -import FeatureCardTwentySeven from '@/components/sections/feature/FeatureCardTwentySeven'; -import ContactCenter from '@/components/sections/contact/ContactCenter'; +import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import ContactText from '@/components/sections/contact/ContactText'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; @@ -50,32 +49,21 @@ export default function ContactPage() { animationType="reveal-blur" background={{ variant: "sparkles-gradient" }} useInvertedBackground={true} - /> - - -
-
-
@@ -85,6 +73,7 @@ export default function ContactPage() { animationType="background-highlight" background={{ variant: "gradient-bars" }} useInvertedBackground={true} + className="py-8" /> @@ -97,4 +86,4 @@ export default function ContactPage() { ); -} +} \ No newline at end of file