From 5e7c3e52f0cfdfff8efac76f412be24cedd905e3 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 3 May 2026 19:29:07 +0000 Subject: [PATCH] Switch to version 87: modified src/app/estimate/page.tsx --- src/app/estimate/page.tsx | 86 ++++++++++++++++++++------------------- 1 file changed, 45 insertions(+), 41 deletions(-) diff --git a/src/app/estimate/page.tsx b/src/app/estimate/page.tsx index 056412b..e702cd9 100644 --- a/src/app/estimate/page.tsx +++ b/src/app/estimate/page.tsx @@ -4,7 +4,7 @@ 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 NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; +import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; export default function EstimatePage() { return ( @@ -21,48 +21,52 @@ export default function EstimatePage() { headingFontWeight="bold" > - + -
- -
+
+ +
- +
);