diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 0d483a9..09d4ae1 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -7,6 +7,7 @@ import FeaturesAttributeCards from "@/components/sections/features/FeaturesAttri import FeaturesMediaGrid from "@/components/sections/features/FeaturesMediaGrid"; import FeaturesRevealCardsBentoSharp from "@/components/sections/features/FeaturesRevealCardsBentoSharp"; import ContactSplitFormSharp from "@/components/sections/contact/ContactSplitFormSharp"; +import NavbarFullscreen from "@/components/sections/navbar/NavbarFullscreen"; export default function HomePage() { return ( @@ -24,87 +25,89 @@ export default function HomePage() {