@@ -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