mirror of
https://github.com/Snigdha-OS/Snigdha-OS.github.io.git
synced 2025-09-08 05:35:03 +02:00
🚀 feat(_new): new website ui and function
This commit is contained in:
11
src/data/navigation.ts
Normal file
11
src/data/navigation.ts
Normal file
@@ -0,0 +1,11 @@
|
||||
import { Home, Info, Layout, Image, Download, Code, Heart } from 'lucide-react';
|
||||
|
||||
export const navigation = [
|
||||
{ name: 'Home', href: '/', icon: Home },
|
||||
{ name: 'About', href: '/about', icon: Info },
|
||||
{ name: 'Features', href: '/features', icon: Layout },
|
||||
{ name: 'Gallery', href: '/gallery', icon: Image },
|
||||
{ name: 'Download', href: '/download', icon: Download },
|
||||
{ name: 'Developers', href: '/developers', icon: Code },
|
||||
{ name: 'Donate', href: '/donate', icon: Heart },
|
||||
];
|
Reference in New Issue
Block a user