diff --git a/package.json b/package.json index b01112a..87f667f 100644 --- a/package.json +++ b/package.json @@ -20,6 +20,7 @@ "next": "^14.2.4", "react": "^18.3.1", "react-dom": "^18.3.1", + "react-fast-marquee": "^1.6.5", "react-hook-form": "^7.52.0", "react-intersection-observer": "^9.11.0", "react-qr-code": "^2.0.14", diff --git a/src/sections/explore/index.tsx b/src/sections/explore/index.tsx index 0d52726..fba4d88 100644 --- a/src/sections/explore/index.tsx +++ b/src/sections/explore/index.tsx @@ -59,7 +59,7 @@ function Explore() {
- +
@@ -99,7 +99,7 @@ function Explore() {
- +
@@ -113,7 +113,7 @@ function Explore() {
- +
@@ -181,7 +181,7 @@ function Explore() {
Monsterra - img_monsterra + img_monsterra
diff --git a/src/sections/partners/index.tsx b/src/sections/partners/index.tsx index e3ba8da..964d385 100644 --- a/src/sections/partners/index.tsx +++ b/src/sections/partners/index.tsx @@ -1,3 +1,5 @@ +import Marquee from "react-fast-marquee"; + const partners = [ { name: "hashed", @@ -210,13 +212,17 @@ function Parters() { Backed by the best
-
- {partners.map((item) => ( -
-
{item.img}
-
- ))} -
+ + + +
+ {partners.map((item) => ( +
+
{item.img}
+
+ ))} +
+
); diff --git a/yarn.lock b/yarn.lock index 04c6549..cc79974 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4548,6 +4548,11 @@ react-dom@^18.3.1: loose-envify "^1.1.0" scheduler "^0.23.2" +react-fast-marquee@^1.6.5: + version "1.6.5" + resolved "https://registry.yarnpkg.com/react-fast-marquee/-/react-fast-marquee-1.6.5.tgz#98929ae93eef087a607a71e9d45ab76bba97dc16" + integrity sha512-swDnPqrT2XISAih0o74zQVE2wQJFMvkx+9VZXYYNSLb/CUcAzU9pNj637Ar2+hyRw6b4tP6xh4GQZip2ZCpQpg== + react-hook-form@^7.52.0: version "7.52.0" resolved "https://registry.yarnpkg.com/react-hook-form/-/react-hook-form-7.52.0.tgz#e52b33043e283719586b9dd80f6d51b68dd3999c"