-
- We love when users talk about Keploy..
-
- {/* for mobile view */}
-
- {
- tweets?.slice(0,6).map((tweet, index) => {
- return (
-
-
-
- )
- })
- }
-
-
- {/* sizes above sm(640px) */}
-
- {
- tweets?.map((tweet, index) => {
- return (
-
-
-
- )
- })
- }
-
+
+
+
+ We love when users talk about Keploy..
+
+
+
+ {tweets.map((tweet, index) => (
+
+
+
+ ))}
+
- >
+
);
};
diff --git a/package-lock.json b/package-lock.json
index 31ff6423..f2ba1135 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -43,6 +43,7 @@
"react-icons": "^5.0.1",
"react-responsive-carousel": "^3.2.23",
"react-swipeable": "^7.0.1",
+ "swiper": "^11.1.15",
"tailwind-merge": "^2.4.0"
},
"devDependencies": {
@@ -11724,6 +11725,25 @@
"node": ">= 10"
}
},
+ "node_modules/swiper": {
+ "version": "11.1.15",
+ "resolved": "https://registry.npmjs.org/swiper/-/swiper-11.1.15.tgz",
+ "integrity": "sha512-IzWeU34WwC7gbhjKsjkImTuCRf+lRbO6cnxMGs88iVNKDwV+xQpBCJxZ4bNH6gSrIbbyVJ1kuGzo3JTtz//CBw==",
+ "funding": [
+ {
+ "type": "patreon",
+ "url": "https://www.patreon.com/swiperjs"
+ },
+ {
+ "type": "open_collective",
+ "url": "http://opencollective.com/swiper"
+ }
+ ],
+ "license": "MIT",
+ "engines": {
+ "node": ">= 4.7.0"
+ }
+ },
"node_modules/symbol-observable": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/symbol-observable/-/symbol-observable-4.0.0.tgz",
diff --git a/package.json b/package.json
index 372d0cb7..aaf9ce01 100644
--- a/package.json
+++ b/package.json
@@ -45,6 +45,7 @@
"react-icons": "^5.0.1",
"react-responsive-carousel": "^3.2.23",
"react-swipeable": "^7.0.1",
+ "swiper": "^11.1.15",
"tailwind-merge": "^2.4.0"
},
"devDependencies": {