diff --git a/public/images/snigdhaos-plama-01.png b/public/images/snigdhaos-plama-01.png new file mode 100644 index 00000000..181cc95a Binary files /dev/null and b/public/images/snigdhaos-plama-01.png differ diff --git a/public/images/snigdhaos-plasma-02.png b/public/images/snigdhaos-plasma-02.png new file mode 100644 index 00000000..970510df Binary files /dev/null and b/public/images/snigdhaos-plasma-02.png differ diff --git a/public/images/snigdhaos-plasma-03.png b/public/images/snigdhaos-plasma-03.png new file mode 100644 index 00000000..cbce2457 Binary files /dev/null and b/public/images/snigdhaos-plasma-03.png differ diff --git a/public/images/snigdhaos-plasma-04.png b/public/images/snigdhaos-plasma-04.png new file mode 100644 index 00000000..1ae0c774 Binary files /dev/null and b/public/images/snigdhaos-plasma-04.png differ diff --git a/public/images/snigdhaos-plasma-05.png b/public/images/snigdhaos-plasma-05.png new file mode 100644 index 00000000..32753490 Binary files /dev/null and b/public/images/snigdhaos-plasma-05.png differ diff --git a/public/images/snigdhaos-plasma-06.png b/public/images/snigdhaos-plasma-06.png new file mode 100644 index 00000000..97f9fa04 Binary files /dev/null and b/public/images/snigdhaos-plasma-06.png differ diff --git a/src/data/gallery.ts b/src/data/gallery.ts index 90bf9ba5..ff6e0451 100644 --- a/src/data/gallery.ts +++ b/src/data/gallery.ts @@ -1,34 +1,34 @@ export const galleryImages = [ { - src: 'https://images.unsplash.com/photo-1526374965328-7f61d4dc18c5', - alt: 'Security Dashboard', - category: 'Interface', + src: '/images/snigdhaos-plama-01.png', + alt: 'Snigdha OS Plasma 6 - Application Dashbord', + category: 'Plasma', }, { - src: 'https://images.unsplash.com/photo-1544197150-b99a580bb7a8', - alt: 'Network Analysis', - category: 'Tools', + src: '/images/snigdhaos-plasma-02.png', + alt: 'Snigdha OS Plasma 6 - Desktop', + category: 'Plasma', }, { - src: 'https://images.unsplash.com/photo-1555949963-ff9fe0c870eb', - alt: 'Terminal Environment', - category: 'Interface', + src: '/images/snigdhaos-plasma-03.png', + alt: 'Snigdha OS Plasma 6 - About', + category: 'Plasma', }, { - src: 'https://images.unsplash.com/photo-1526374870839-e155464bb9b2', - alt: 'Security Testing', - category: 'Tools', + src: '/images/snigdhaos-plasma-04.png', + alt: 'Snigdha OS Plasma 6 - VS Code', + category: 'Plasma', }, { - src: 'https://images.unsplash.com/photo-1551808525-51a94da548ce', - alt: 'Hardware Support', - category: 'Hardware', + src: '/images/snigdhaos-plasma-05.png', + alt: 'Snigdha OS Plasma 6 - Folders', + category: 'Plasma', }, { - src: 'https://images.unsplash.com/photo-1558494949-ef010cbdcc31', - alt: 'Wireless Testing', - category: 'Hardware', + src: '/images/snigdhaos-plasma-06.png', + alt: 'Snigdha OS Plasma 6 - Control Hub', + category: 'Plasma', }, ]; -export const categories = ['All', 'Interface', 'Tools', 'Hardware']; \ No newline at end of file +export const categories = ['All', 'Plasma']; \ No newline at end of file