diff --git a/core/components/home/GrabAnimal.tsx b/core/components/home/GrabAnimal.tsx index 7f34f553d..9d94ded26 100644 --- a/core/components/home/GrabAnimal.tsx +++ b/core/components/home/GrabAnimal.tsx @@ -29,10 +29,10 @@ const GrabAnimal = ({ grabAnimal, grabAnimal2 } : any) => { {_.icon && ( )} @@ -57,14 +57,14 @@ const GrabAnimal = ({ grabAnimal, grabAnimal2 } : any) => { {grabAnimal2?.map((_:any, i:any) => (
-
+
{_.icon && ( )}
diff --git a/core/components/home/MarketPlaceSection.tsx b/core/components/home/MarketPlaceSection.tsx index 8f5e3aaf2..b0c87302a 100644 --- a/core/components/home/MarketPlaceSection.tsx +++ b/core/components/home/MarketPlaceSection.tsx @@ -23,9 +23,9 @@ const MarketPlaceSection = ({ slideData }: any) => { const settings = { dots: true, - infinite: true, + infinite: false, speed: 500, - slidesToShow: 1, + slidesToShow: 3, slidesToScroll: 1, }; @@ -75,7 +75,7 @@ const MarketPlaceSection = ({ slideData }: any) => {
-
+
@@ -155,11 +155,12 @@ const MarketPlaceSection = ({ slideData }: any) => { Resources for Getting Started

- {
- {slideData && + { + + + {slideData && slideData.map((_ : any, i: any) => ( - -
+
{

Quantity

+ ))} - ))} -
} + + }
diff --git a/core/components/home/index.tsx b/core/components/home/index.tsx index ef5caa0f4..dc01d5b43 100644 --- a/core/components/home/index.tsx +++ b/core/components/home/index.tsx @@ -61,12 +61,11 @@ const grabAnimal = [ const grabAnimal2 = [ { - title: "Breed Gen 1 Animals up to 7x", - icon: "/images/circle-tiger.png", + title: "Breed up to 7X", + icon: "/images/circle_tiger.png", description: ( <> - First generation can breed up to 7x, while every future generation will - be able to breed 1 less time. + First generation can breed up to 7x, while every latter generation will be able to breed 1 less time. ), }, @@ -75,8 +74,7 @@ const grabAnimal2 = [ icon: "/images/hippo.png", description: ( <> - Start earning rewards as you lock liquidity into your NFT… like a - virtual piggy bank. + Start earning rewards as you lock liquidity into your NFT… like a virtual piggy bank. ), }, diff --git a/core/public/images/circle-tiger.png b/core/public/images/circle-tiger.png deleted file mode 100644 index bef4da3e3..000000000 Binary files a/core/public/images/circle-tiger.png and /dev/null differ diff --git a/core/public/images/circle_tiger.png b/core/public/images/circle_tiger.png new file mode 100755 index 000000000..46089ecb6 Binary files /dev/null and b/core/public/images/circle_tiger.png differ diff --git a/core/public/images/hippo.png b/core/public/images/hippo.png old mode 100644 new mode 100755 index 935041ea0..734be724d Binary files a/core/public/images/hippo.png and b/core/public/images/hippo.png differ