diff --git a/frontend/package-lock.json b/frontend/package-lock.json index f071571a..803005b9 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -26,10 +26,12 @@ "react-hot-toast": "^2.4.1", "react-i18next": "^14.1.2", "react-icons": "^5.2.1", + "react-parallax-tilt": "^1.7.231", "react-router-dom": "^6.24.0", "react-share": "^5.1.0", "react-slick": "^0.30.2", "react-switch": "^7.0.0", + "react-tilt": "^1.0.2", "react-tooltip": "^5.26.4", "recoil": "^0.7.7", "slick-carousel": "^1.8.1", diff --git a/frontend/package.json b/frontend/package.json index fbb0c004..8ff7f34d 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -28,10 +28,12 @@ "react-hot-toast": "^2.4.1", "react-i18next": "^14.1.2", "react-icons": "^5.2.1", + "react-parallax-tilt": "^1.7.231", "react-router-dom": "^6.24.0", "react-share": "^5.1.0", "react-slick": "^0.30.2", "react-switch": "^7.0.0", + "react-tilt": "^1.0.2", "react-tooltip": "^5.26.4", "recoil": "^0.7.7", "slick-carousel": "^1.8.1", diff --git a/frontend/src/components/Showcase.tsx b/frontend/src/components/Showcase.tsx index 3e3dd288..3fc5decd 100644 --- a/frontend/src/components/Showcase.tsx +++ b/frontend/src/components/Showcase.tsx @@ -1,6 +1,7 @@ import React from 'react'; import editor from "../assets/editor.png"; import { useTranslation } from 'react-i18next'; +import Tilt from 'react-parallax-tilt'; const Showcase: React.FC = () => { const { t } = useTranslation(); @@ -43,7 +44,9 @@ const Showcase: React.FC = () => { ))}
- Code Editor + + Code Editor +
diff --git a/frontend/src/pages/About.tsx b/frontend/src/pages/About.tsx index e71a4e3c..f0d45fd9 100644 --- a/frontend/src/pages/About.tsx +++ b/frontend/src/pages/About.tsx @@ -2,6 +2,7 @@ import { Link } from "react-router-dom"; import about from '../assets/about.png' import bgHero from "../assets/bgHero.png"; import { useTranslation } from 'react-i18next'; +import Tilt from 'react-parallax-tilt'; function About() { const { t } = useTranslation(); @@ -9,7 +10,9 @@ function About() { return (
+ About Us +

👨‍💻 {t('about.aboutHeading')}