diff --git a/sitemap.xml b/sitemap.xml index e21213c..a8d6f6e 100644 --- a/sitemap.xml +++ b/sitemap.xml @@ -3,87 +3,97 @@ xmlns:xhtml="http://www.w3.org/1999/xhtml"> https://ekokedao.com - 2025-01-10 + 2024-12-20 1.00 https://ekokedao.com/marketplace - 2025-01-10 + 2024-12-20 + 1.00 + + + https://ekokedao.com/agencies + 2024-12-20 1.00 https://ekokedao.com/presale - 2025-01-10 + 2024-12-20 + 1.00 + + + https://ekokedao.com/giveaway + 2024-12-20 1.00 https://ekokedao.com/about - 2025-01-10 + 2024-12-20 1.00 https://ekokedao.com/privacy - 2025-01-10 + 2024-12-20 1.00 https://ekokedao.com/cookies - 2025-01-10 + 2024-12-20 1.00 https://ekokedao.com/terms-and-conditions - 2025-01-10 + 2024-12-20 1.00 https://ekokedao.com/documentation - 2025-01-10 + 2024-12-20 1.00 https://ekokedao.com/documentation/faq - 2025-01-10 + 2024-12-20 1.00 https://ekokedao.com/documentation/whitepaper - 2025-01-10 + 2024-12-20 1.00 https://ekokedao.com/documentation/canisters/deferred-data - 2025-01-10 + 2024-12-20 1.00 https://ekokedao.com/documentation/canisters/deferred-minter - 2025-01-10 + 2024-12-20 1.00 https://ekokedao.com/documentation/contracts/deferred - 2025-01-10 + 2024-12-20 1.00 https://ekokedao.com/documentation/contracts/ekoke - 2025-01-10 + 2024-12-20 1.00 https://ekokedao.com/documentation/contracts/marketplace - 2025-01-10 + 2024-12-20 1.00 https://ekokedao.com/documentation/contracts/reward-pool - 2025-01-10 + 2024-12-20 1.00 https://ekokedao.com/documentation/reward - 2025-01-10 + 2024-12-20 1.00 diff --git a/src/js/components/App/pages/Giveaway.tsx b/src/js/components/App/pages/Giveaway.tsx index c284a2e..58ef23b 100644 --- a/src/js/components/App/pages/Giveaway.tsx +++ b/src/js/components/App/pages/Giveaway.tsx @@ -2,6 +2,9 @@ import * as React from 'react'; import Container from '../../reusable/Container'; import { Helmet } from 'react-helmet'; +const PREVIEW_URL = + 'https://raw.githubusercontent.com/EKOKE-DAO/static/804d557a33ce354ecbb0fb87b4ca6931ce0a6067/giveaway/media1.png'; + const Giveaway = () => ( <> @@ -18,6 +21,16 @@ const Giveaway = () => ( property="og:description" content="Since we're going to launch EKOKE DAO on April 1st 2025 and we'll open the Presale on January 10th 2025, we've decided to start a Giveaway where 10 lucky users will be able to win 100$EKOKE which are worth 100$." /> + + + + ( Installments over Mortgages - We're replacing traditional mortgages with unsastainable interest + We're replacing traditional mortgages with unsustainable interest rates with a fair, decentralized alternative. Through our Ethereum powered Deferred NFT system, buyers can pay for their homes in manageable installments. @@ -142,7 +142,7 @@ const Intro = () => ( EKOKE token. The total supply of{' '} EKOKE is fixed and the quantity of tokens given as reward will decrease over time. While the traditional mortgage - system that is based on inflation and unsastainable interest rates + system that is based on inflation and unsustainable interest rates is unsustainable, EKOKE is based on a deflationary model that will make it more valuable over time. diff --git a/src/js/components/App/pages/Home/MortgageVsEkoke.tsx b/src/js/components/App/pages/Home/MortgageVsEkoke.tsx index b349ec9..2bbf0a1 100644 --- a/src/js/components/App/pages/Home/MortgageVsEkoke.tsx +++ b/src/js/components/App/pages/Home/MortgageVsEkoke.tsx @@ -4,9 +4,9 @@ import Container from '../../../reusable/Container'; import Heading from '../../../reusable/Heading'; const MortgageVsEkoke = () => ( - + - Traditional Mortgage vs. EKOKE DAO + EKOKE DAO Vs. Bank Mortgage @@ -19,36 +19,29 @@ const MortgageVsEkoke = () => ( - - - - - + + - -
Formula - Simple Interest Loan (10%) - - Compound Interest Loan (5%) -
Loan Principal - {(300_000).toLocaleString('en-US', { + {(200_000).toLocaleString('en-US', { style: 'currency', currency: 'USD', })} - {(300_000).toLocaleString('en-US', { + {(200_000).toLocaleString('en-US', { style: 'currency', currency: 'USD', })}
Formula + Simple Interest Loan (10%) + - Annual Interest Rate + Compound Interest Loan (5%) 0.3%5.00%
@@ -60,13 +53,13 @@ const MortgageVsEkoke = () => (
Monthly Payment - {(2_500).toLocaleString('en-US', { + {(611.11).toLocaleString('en-US', { style: 'currency', currency: 'USD', })} - {(3_723.12).toLocaleString('en-US', { + {(1073.64).toLocaleString('en-US', { style: 'currency', currency: 'USD', })} @@ -77,13 +70,15 @@ const MortgageVsEkoke = () => ( Total Payment Over Loan Period - {(1_200_000.0).toLocaleString('en-US', { - style: 'currency', - currency: 'USD', - })} + + {(220_000.0).toLocaleString('en-US', { + style: 'currency', + currency: 'USD', + })} + - {(1_340_323.29).toLocaleString('en-US', { + {(386_511.57).toLocaleString('en-US', { style: 'currency', currency: 'USD', })}