'use client' import Link from 'next/link' import { Button } from '@/components/shared/Button' const navItems = [ { label: 'Features', href: '/features' }, { label: 'Pricing', href: '/pricing' }, { label: 'Blog', href: '/blog' }, { label: 'Changelog', href: '/changelog' }, { label: 'Careers', href: '/careers' }, { label: 'Demo', href: '/demo' }, ] export function Header() { return (
IndexAI
) }