From c5d0a2d8c2aa0d0ff93d686df85b03b20c65dc1c Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 05:15:22 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 37 +++++++++++++------------------------ 1 file changed, 13 insertions(+), 24 deletions(-) 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