From 55e16c50451659bbbc2f9558bab42007a2eefab2 Mon Sep 17 00:00:00 2001 From: JaiBo <65864145+iafhurtado@users.noreply.github.com> Date: Fri, 16 Aug 2024 09:46:16 +0200 Subject: [PATCH 1/3] linked whitepaper to Home page --- packages/nextjs/app/components/About/index.tsx | 4 +++- packages/nextjs/app/components/data.js | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/packages/nextjs/app/components/About/index.tsx b/packages/nextjs/app/components/About/index.tsx index d2a3240..67188cd 100644 --- a/packages/nextjs/app/components/About/index.tsx +++ b/packages/nextjs/app/components/About/index.tsx @@ -24,8 +24,10 @@ const About = () => {

Know More diff --git a/packages/nextjs/app/components/data.js b/packages/nextjs/app/components/data.js index 9cb6a57..1cc8d40 100644 --- a/packages/nextjs/app/components/data.js +++ b/packages/nextjs/app/components/data.js @@ -16,7 +16,7 @@ const benefitOne = { bullets: [ { title: "Government Corruption", - desc: "Mexico is ranked 124 out of 180 countries in the Corruption Perceptions Index. Corruption is a major issue that affects the country's economic growth and development.", + desc: "Mexico is ranked 126 out of 180 countries in the Corruption Perceptions Index. Corruption is a major issue that affects the country's economic growth and development.", icon: , }, { From ee113877a8457a76b6f6328b54f0fafc8a13fa25 Mon Sep 17 00:00:00 2001 From: JaiBo <65864145+iafhurtado@users.noreply.github.com> Date: Fri, 16 Aug 2024 09:52:46 +0200 Subject: [PATCH 2/3] fixed testimonial --- packages/nextjs/app/components/testimonials.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/nextjs/app/components/testimonials.js b/packages/nextjs/app/components/testimonials.js index 5a7efda..a555c3a 100644 --- a/packages/nextjs/app/components/testimonials.js +++ b/packages/nextjs/app/components/testimonials.js @@ -12,7 +12,7 @@ const Testimonials = () => {

- $XOC is one of the first proposals to revolutionize DeFi in Mexico. Integrating a stable Mexican peso currency into the web ecosystem3. + $XOC is one of the first proposals to revolutionize DeFi in Mexico. Integrating a stable Mexican peso currency into the web3 ecosystem.

From 876a507889a354d46ba681ac5d2496ef3a08d903 Mon Sep 17 00:00:00 2001 From: JaiBo <65864145+iafhurtado@users.noreply.github.com> Date: Fri, 16 Aug 2024 09:58:53 +0200 Subject: [PATCH 3/3] fixed F.A.Q.s --- packages/nextjs/app/components/faq.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/nextjs/app/components/faq.tsx b/packages/nextjs/app/components/faq.tsx index 410af79..b02771e 100644 --- a/packages/nextjs/app/components/faq.tsx +++ b/packages/nextjs/app/components/faq.tsx @@ -33,17 +33,17 @@ const faqdata = [ { question: "How is the value of each $XOC backed?", answer: - "Each $XOC is backed by an ERC20 token on the Polygon, Gnosis Chain, and Optimism networks. This backing ensures that each $XOC can be liquidated for its equivalent value in $XOC-denominated debt and settle the account in the process, all backed by the network of validators.", + "Each $XOC is backed by an ERC20 token on the EVM-compatible chain of your choosing. This backing ensures that each $XOC can be liquidated for its equivalent value in $XOC-denominated debt and settle the account in the process, all backed by the network of validators. Minting contracts are currently live in Arbitrum, Base, Binance Smart Chain, Gnosis Chain, Optimism and Polygon.", }, { question: "What can I do with $XOC?", answer: - "You can use $XOC to pay off debts, acquire goods and services, or simply hold it as a store of value, much like any other Mexican peso. Additionally, you can support the La DAO community by building the next open and decentralized financial system.", + "You can use $XOC to pay off debts, acquire goods and services, or simply hold it as a store of value, much like any other Mexican peso. Additionally, you can support La DAO community by building the next open and decentralized financial system. Ask us how to get started on Discord or Telegram.", }, { question: "Who maintains all this?", answer: - "We utilize a business model based on a DAO, currently known as 'La DAO.' This decentralized autonomous organization is responsible for managing all the work needed to build in DeFi.", + "We utilize a business model based on a DAO, currently known as 'La DAO.' This decentralized autonomous organization is responsible for managing all the work needed to build in DeFi. We are in the process of establishing a DAO LLC to manage the legal and local financial aspects of the project.", }, { question: "How can I get involved?",