Skip to content

Commit

Permalink
Merge pull request #12 from La-DAO/hot-fixes
Browse files Browse the repository at this point in the history
Hot fixes
  • Loading branch information
iafhurtado authored Aug 16, 2024
2 parents f306c4f + 876a507 commit acaecc1
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
4 changes: 3 additions & 1 deletion packages/nextjs/app/components/About/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,10 @@ const About = () => {
</p>

<a
href="/#"
href="https://github.com/La-DAO/xocolatl-contracts/blob/main/whitepaper/xocolatl_whitepaper.md"
target="_blank"
className="inline-flex items-center justify-center rounded-md bg-primary px-7 py-3 text-center text-base font-medium text-white duration-300 hover:bg-secondary dark:bg-neutral dark:text-primary dark:hover:bg-primary dark:hover:text-white"
rel="noopener noreferrer"
>
Know More
</a>
Expand Down
2 changes: 1 addition & 1 deletion packages/nextjs/app/components/data.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: <FaceFrownIcon />,
},
{
Expand Down
6 changes: 3 additions & 3 deletions packages/nextjs/app/components/faq.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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?",
Expand Down
2 changes: 1 addition & 1 deletion packages/nextjs/app/components/testimonials.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const Testimonials = () => {
<div className="lg:col-span-2 xl:col-auto">
<div className="flex flex-col justify-between w-full h-full bg-neutral px-14 rounded-2xl py-14 dark:bg-neutral dark:text-secondary">
<p className="text-2xl leading-normal text-base-100 dark:text-inherit">
$XOC is one of the first proposals to <Mark>revolutionize DeFi in Mexico.</Mark> Integrating a stable Mexican peso currency into the web ecosystem3.
$XOC is one of the first proposals to <Mark>revolutionize DeFi in Mexico.</Mark> Integrating a stable Mexican peso currency into the web3 ecosystem.
</p>
<Avatar image={Jorge} name="Jorge Magni" title="Kairos Research" />
</div>
Expand Down

0 comments on commit acaecc1

Please sign in to comment.