text without html

This commit is contained in:
ehab-hassan 2024-09-29 12:37:17 +03:00
parent 267d18e8b7
commit d501bba891

View File

@ -9,9 +9,9 @@ import { Bars3Icon, XMarkIcon } from '@heroicons/react/24/outline';
// Example navigation items
const navigationItems = [
{ name: 'Home', href: '/' },
{ name: 'Features', href: '/features.html' },
{ name: 'Usecases', href: '/usecases.html' },
{ name: 'Community', href: '/community.html' },
{ name: 'Features', href: '/features' },
{ name: 'Usecases', href: '/usecases' },
{ name: 'Community', href: '/community' },
];
export function Header() {