{"success":true,"data":{"block":{"id":"navbar-fullscreen-menu","name":"Navbar Fullscreen Menu","title":"NavBar Fullscreen Menu","category":"Navbar","categorySlug":"navbar","description":"A dramatic navigation bar with fullscreen overlay navigation. Features a minimal header with logo and MENU/CLOSE text toggle. When activated, a fullscreen overlay appears with large, centered menu items that animate in with blur effects on hover. Social links appear at the bottom with staggered animations. The theatrical presentation creates a memorable navigation experience. Perfect for creative agencies, portfolios, artistic websites, fashion brands, and any site that wants to make a bold visual statement with their navigation.","thumbnail":{"desktop":"https://cdn.ing/assets/i/r/290190/dyadtk2onqlgelljvple5d6ewjxe/navbar-fullscreen-menu-desktop.png","mobile":"https://cdn.ing/assets/i/r/290191/2dqtlah0m9h03h3e0xwwsu2u6hwq/navbar-fullscreen-menu-mobile.png"},"componentPath":"blocks/navbars/navbar-fullscreen-menu.tsx","code":"import { NavbarFullscreenMenu } from \"@opensite/ui/blocks/navbars/navbar-fullscreen-menu\";\nimport { brandLogoPlaceholders } from \"@/lib/media\";\nimport CarouselAnimatedSections from \"@/blocks/carousel/carousel-animated-sections\";\nimport FeatureShowcase from \"@/blocks/features/feature-showcase\";\nimport FaqSplitHelp from \"@/blocks/faq/faq-split-help\";\n\nexport default function Demo() {\n  return (\n    <>\n      <NavbarFullscreenMenu\n      logo={{\n        url: \"/\",\n        src: brandLogoPlaceholders.black[0],\n        title: \"Creative Studio\",\n        alt: \"Creative Studio Logo\",\n      }}\n      menuItems={[\n        { label: \"Services\", href: \"#\" },\n        { label: \"Branding\", href: \"#\" },\n        { label: \"Web Design\", href: \"#\" },\n        { label: \"Development\", href: \"#\" },\n        { label: \"Work\", href: \"#\" },\n        { label: \"Case Studies\", href: \"#\" },\n        { label: \"Portfolio\", href: \"#\" },\n        { label: \"About\", href: \"#\" },\n        { label: \"Our Story\", href: \"#\" },\n        { label: \"Team\", href: \"#\" },\n        { label: \"Contact\", href: \"#\" },\n      ]}\n      socialLinks={[\n        { platformName: \"x\", label: \"twitter\", href: \"https://twitter.com\" },\n        {\n          platformName: \"instagram\",\n          label: \"instagram\",\n          href: \"https://instagram.com\",\n        },\n        {\n          platformName: \"linkedin\",\n          label: \"linkedin\",\n          href: \"https://linkedin.com\",\n        },\n      ]}\n      />\n\n      <CarouselAnimatedSections />\n      <FeatureShowcase />\n      <FaqSplitHelp />\n    </>\n  );\n}","propsSchema":{"logo":{"type":"object","description":"Logo configuration","fields":{"url":{"type":"string","description":"URL to navigate to when logo is clicked","required":false},"src":{"type":"string","description":"Image source for the logo","required":false},"alt":{"type":"string","description":"Alt text for the logo image","required":false},"title":{"type":"object","description":"Text title to display (alternative to image)","typeLabel":"React.ReactNode","required":false},"className":{"type":"string","description":"Additional CSS classes for the logo","required":false}},"typeLabel":"LogoConfig","required":false},"menuItems":{"type":"array","description":"Menu items for fullscreen navigation","items":{"type":"object","description":"","fields":{"title":{"type":"string","description":"","required":true},"url":{"type":"string","description":"","required":false},"tabs":{"type":"array","description":"","items":{"type":"object","description":"","fields":{"id":{"type":"string","description":"","required":true},"title":{"type":"string","description":"","required":true},"icon":{"type":"object","description":"","fields":{},"typeLabel":"DynamicIconName","required":false},"links":{"type":"array","description":"","items":{"type":"object","description":"","fields":{"title":{"type":"string","description":"","required":true},"description":{"type":"string","description":"","required":false},"url":{"type":"string","description":"","required":true},"icon":{"type":"object","description":"","fields":{},"typeLabel":"DynamicIconName","required":false}},"typeLabel":"{ title: string; description?: string; url: string; icon?: DynamicIconName; }"},"typeLabel":"{ title: string; description?: string; url: string; icon?: DynamicIconName; }[]","required":true},"featured":{"type":"object","description":"","fields":{"title":{"type":"string","description":"","required":true},"description":{"type":"string","description":"","required":true},"url":{"type":"string","description":"","required":true},"image":{"type":"string","description":"","required":true}},"typeLabel":"{ title: string; description: string; url: string; image: string; }","required":false}},"typeLabel":"TabItem"},"typeLabel":"TabItem[]","required":false}},"typeLabel":"MenuItem"},"typeLabel":"MenuItem[]","required":false},"socialLinks":{"type":"array","description":"Social links displayed at bottom of fullscreen menu","items":{"type":"object","description":"","fields":{"platformName":{"type":"object","description":"Social platform name - determines which icon to display","typeLabel":"SocialPlatformName","required":true},"href":{"type":"string","description":"URL to the social profile","required":true},"label":{"type":"string","description":"Optional label for accessibility (defaults to platform name)","required":false}},"typeLabel":"NavbarFullscreenMenuSocialLink"},"typeLabel":"NavbarFullscreenMenuSocialLink[]","required":false}},"defaultProps":{},"dependencies":["@opensite/ui"],"tags":["navbar","navigation","fullscreen","overlay","dramatic","creative","portfolio","artistic","fashion","theatrical","animated"],"performance":{},"importantUsageNotes":"Use this navbar when mobile-first navigation is critical and the site has a longer link list — the hamburger opens a fullscreen overlay that can accommodate 8-12 'menuItems' along with social links, making it ideal for creative studios, portfolios, and agencies. The demo uses 11 'menuItems' as flat label/href pairs and 3 'socialLinks' (x, instagram, linkedin); keep 'menuItems' to 6-12 and only include 'socialLinks' with real, verified social profile URLs — do not invent social handles. Only set 'logo.src' if a real brand logo exists in the media library; otherwise omit 'logo.src' and rely on 'logo.title' as plain text. This block does not use an 'actions' or 'authActions' array — call-to-action should be embedded as one of the 'menuItems'. Only use real internal route hrefs and important external URLs — do not invent or guess routes. The fullscreen overlay IS the mobile menu — do not strip it or override its behavior; the entire interaction depends on it. Follow the example props closely for this block — the demo encodes the canonical layout, and deviating from it will produce broken or unusable navigation."}},"timestamp":"2026-05-13T10:42:27.489Z"}