diff --git a/package-lock.json b/package-lock.json
index ea77a2f..15480d6 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -22,8 +22,8 @@
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.1",
"react": "^18.3.1",
- "react-awesome-slider": "^4.1.0",
"react-dom": "^18.3.1",
+ "react-multi-carousel": "^2.8.5",
"react-scripts": "^5.0.1",
"sass": "^1.81.0",
"web-vitals": "^2.1.4"
@@ -14811,14 +14811,6 @@
"integrity": "sha512-kY1AZVr2Ra+t+piVaJ4gxaFaReZVH40AKNo7UCX6W+dEwBo/2oZJzqfuN1qLq1oL45o56cPaTXELwrTh8Fpggg==",
"license": "MIT"
},
- "node_modules/react-awesome-slider": {
- "version": "4.1.0",
- "resolved": "https://registry.npmjs.org/react-awesome-slider/-/react-awesome-slider-4.1.0.tgz",
- "integrity": "sha512-cbPI1MTpVLKbEH6gf9bwtJb8Ja6R/YJonKbUQehfq2B2AAJkgDMeHntaa4SgGCRqWd55xKiT+CkjfKau1QRsKw==",
- "dependencies": {
- "web-animation-club": "^0.6.0"
- }
- },
"node_modules/react-dev-utils": {
"version": "12.0.1",
"resolved": "https://registry.npmjs.org/react-dev-utils/-/react-dev-utils-12.0.1.tgz",
@@ -14949,6 +14941,14 @@
"integrity": "sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==",
"license": "MIT"
},
+ "node_modules/react-multi-carousel": {
+ "version": "2.8.5",
+ "resolved": "https://registry.npmjs.org/react-multi-carousel/-/react-multi-carousel-2.8.5.tgz",
+ "integrity": "sha512-C5DAvJkfzR2JK9YixZ3oyF9x6R4LW6nzTpIXrl9Oujxi4uqP9SzVVCjl+JLM3tSdqdjAx/oWZK3dTVBSR73Q+w==",
+ "engines": {
+ "node": ">=8"
+ }
+ },
"node_modules/react-refresh": {
"version": "0.11.0",
"resolved": "https://registry.npmjs.org/react-refresh/-/react-refresh-0.11.0.tgz",
@@ -17655,12 +17655,6 @@
"minimalistic-assert": "^1.0.0"
}
},
- "node_modules/web-animation-club": {
- "version": "0.6.0",
- "resolved": "https://registry.npmjs.org/web-animation-club/-/web-animation-club-0.6.0.tgz",
- "integrity": "sha512-9W+EQu1HiaPLe/7WZlhJ2ULqQ4VL80RPDYW+ZcjfTKp6ayOuT1k3SVO6+tu0VBRmOqueJ/mrG+rjjInIv8Aglg==",
- "deprecated": "WARNING: This project has been renamed to @rcaferati/wac; install it using @rcaferati/wac instead."
- },
"node_modules/web-vitals": {
"version": "2.1.4",
"resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-2.1.4.tgz",
diff --git a/package.json b/package.json
index 3d31d98..052e2ae 100644
--- a/package.json
+++ b/package.json
@@ -17,8 +17,8 @@
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.1",
"react": "^18.3.1",
- "react-awesome-slider": "^4.1.0",
"react-dom": "^18.3.1",
+ "react-multi-carousel": "^2.8.5",
"react-scripts": "^5.0.1",
"sass": "^1.81.0",
"web-vitals": "^2.1.4"
diff --git a/src/components/Carousel.tsx b/src/components/Carousel.tsx
index e2138d4..3f418c9 100644
--- a/src/components/Carousel.tsx
+++ b/src/components/Carousel.tsx
@@ -1,19 +1,67 @@
-import AwesomeSlider from "react-awesome-slider";
-import "react-awesome-slider/dist/styles.css";
+import React from "react";
+import Carousel from "react-multi-carousel";
+import "react-multi-carousel/lib/styles.css";
-const slider = (
-