diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 18f3bfa..cdea7cb 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/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 NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; +import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; export default function LandingPage() { return ( @@ -22,7 +22,7 @@ export default function LandingPage() { > @@ -58,9 +56,6 @@ export default function LandingPage() { { items: [{ label: "Contact us", href: "/contact-us" }, { label: "Privacy Policy", href: "/privacy" }, { label: "Terms", href: "/terms" }] }, ]} logoText="CleanScene" - logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Cr9i1HT3S4vLNiV9XJ6S4fk81W/uploaded-1777213847237-f7u1y0mi.png" - logoClassName="text-white" - logoImageClassName="scale-75 hidden" />