@@ -7,30 +7,31 @@ const Home: NextPage = () => {
77 < >
88 < div className = "pb-10 pt-10 md:pt-20 lg:pb-24 lg:pt-24" >
99 < h1 className = "m-auto mb-8 max-w-2xl text-center text-2xl font-black md:text-4xl lg:max-w-4xl lg:text-6xl" >
10- Buildo is your companion through the MultiversX !
10+ Your MultiversX companion. Saving you time !
1111 </ h1 >
1212 < h2 className = "m-auto max-w-2xl text-center text-sm font-light sm:mb-8 md:text-xl lg:max-w-4xl lg:text-2xl" >
1313 Buildo.dev is a{ ' ' }
1414 < a
1515 href = "https://multiversx.com"
1616 target = "_blank"
1717 className = "underline"
18+ rel = "nofollow"
1819 >
1920 MultiversX
2021 </ a > { ' ' }
21- app that helps with blockchain interactions, like issuing tokens and
22- querying smart contracts .
22+ app that simplifies blockchain interactions, like issuing tokens and
23+ preparing and broadcasting transactions .
2324 </ h2 >
2425 < h3 className = "m-auto hidden max-w-2xl text-center text-xs font-extralight sm:block md:text-sm lg:max-w-4xl" >
25- If you like to work with CLI tools, check the{ ' ' }
26+ If you prefer working with CLI tools, check out the{ ' ' }
2627 < a
2728 href = "https://github.com/xdevguild/buildo-begins"
2829 target = "_blank"
2930 className = "underline"
3031 >
3132 Buildo Begins
3233 </ a > { ' ' }
33- CLI! Check the{ ' ' }
34+ CLI! Also check out the{ ' ' }
3435 < a
3536 href = "https://chat.openai.com/g/g-GN0Zq0iZP-buildo-expert"
3637 target = "_blank"
@@ -39,15 +40,15 @@ const Home: NextPage = () => {
3940 Buildo Expert GPT Assistant
4041 </ a >
4142 < br />
42- Remember that there are different{ ' ' }
43+ Remember that different{ ' ' }
4344 < a
4445 className = "underline"
4546 href = "https://github.com/multiversx/mx-api-service/blob/main/src/utils/cache.info.ts"
4647 target = "_blank"
4748 >
48- cache strategies for API
49+ cache strategies for APIs
4950 </ a >
50- , so not all changes will be visible immediately.
51+ , mean not all changes will be visible immediately.
5152 </ h3 >
5253 < OperationsAuthCheck />
5354 </ div >
0 commit comments