From 15f75ed44b8324f75a7e79cea3ebf01ae9f8b160 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 3 May 2026 19:38:26 +0000 Subject: [PATCH] Switch to version 88: modified src/app/contact/page.tsx --- src/app/contact/page.tsx | 75 ++++++++++++++++++++-------------------- 1 file changed, 38 insertions(+), 37 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index fd9c4ee..82cab3a 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -4,9 +4,9 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; -import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; +import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; -export default function LandingPage() { +export default function ContactPage() { return ( - + -
- -
+
+ +
- +
);