change route

This commit is contained in:
ehab-hassan
2024-09-29 11:47:37 +03:00
parent 068747d2d1
commit 586f738e83
18 changed files with 67 additions and 116 deletions

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' },
{ name: 'Usecases', href: '/usecases' },
{ name: 'Community', href: '/community' },
{ name: 'Features', href: '/features.html' },
{ name: 'Usecases', href: '/usecases.html' },
{ name: 'Community', href: '/community.html' },
];
export function Header() {