mirror of
https://github.com/Snigdha-OS/Snigdha-OS.github.io.git
synced 2025-09-06 04:35:18 +02:00
🚀 feat(_new): new website ui and function
This commit is contained in:
34
src/data/gallery.ts
Normal file
34
src/data/gallery.ts
Normal file
@@ -0,0 +1,34 @@
|
||||
export const galleryImages = [
|
||||
{
|
||||
src: 'https://images.unsplash.com/photo-1526374965328-7f61d4dc18c5',
|
||||
alt: 'Security Dashboard',
|
||||
category: 'Interface',
|
||||
},
|
||||
{
|
||||
src: 'https://images.unsplash.com/photo-1544197150-b99a580bb7a8',
|
||||
alt: 'Network Analysis',
|
||||
category: 'Tools',
|
||||
},
|
||||
{
|
||||
src: 'https://images.unsplash.com/photo-1555949963-ff9fe0c870eb',
|
||||
alt: 'Terminal Environment',
|
||||
category: 'Interface',
|
||||
},
|
||||
{
|
||||
src: 'https://images.unsplash.com/photo-1526374870839-e155464bb9b2',
|
||||
alt: 'Security Testing',
|
||||
category: 'Tools',
|
||||
},
|
||||
{
|
||||
src: 'https://images.unsplash.com/photo-1551808525-51a94da548ce',
|
||||
alt: 'Hardware Support',
|
||||
category: 'Hardware',
|
||||
},
|
||||
{
|
||||
src: 'https://images.unsplash.com/photo-1558494949-ef010cbdcc31',
|
||||
alt: 'Wireless Testing',
|
||||
category: 'Hardware',
|
||||
},
|
||||
];
|
||||
|
||||
export const categories = ['All', 'Interface', 'Tools', 'Hardware'];
|
Reference in New Issue
Block a user