From 8f322e5469b0084715b1c703014e8cc35da7e4aa Mon Sep 17 00:00:00 2001 From: kinou-p Date: Thu, 2 Oct 2025 15:19:51 +0200 Subject: [PATCH] background work --- index.html | 5 + package-lock.json | 467 ++++++++++++++++++++++++ package.json | 3 + src/App.tsx | 25 +- src/components/ParticlesBackground.tsx | 133 +++++++ src/components/sections/HeroSection.tsx | 2 +- src/index.css | 37 ++ src/pages/Index.tsx | 35 +- src/pages/ProjectPage.tsx | 9 +- src/utils/translations.ts | 2 +- 10 files changed, 681 insertions(+), 37 deletions(-) create mode 100644 src/components/ParticlesBackground.tsx diff --git a/index.html b/index.html index 781c4c0..1f81217 100644 --- a/index.html +++ b/index.html @@ -16,6 +16,11 @@ + + + + +