diff --git a/components/Partner.tsx b/components/Partner.tsx index bc35fe8..311f9af 100644 --- a/components/Partner.tsx +++ b/components/Partner.tsx @@ -1,11 +1,9 @@ import React from 'react' import Image from "next/image"; import Link from "next/link"; -import opolis from "../public/images/partners/opolis.svg"; -import ityroot from "../public/images/partners/ityroot_dao.svg"; -import hdao from "../public/images/partners/hdao.svg"; import daoPunk from "../public/images/partners/dao_punk.svg"; import dao from "../public/images/partners/dao.svg"; +import nouns from "../public/images/partners/nouns.svg"; import styles from "@/styles/partner.module.css" const Partner = () => { @@ -16,44 +14,28 @@ const Partner = () => { Our Partners
-
- bankless card -
bankless card -
-
- bankless card
bankless card
bankless card
diff --git a/components/Product.tsx b/components/Product.tsx index e752d7a..88f8ce2 100644 --- a/components/Product.tsx +++ b/components/Product.tsx @@ -1,7 +1,7 @@ import React from 'react' import Image from "next/image"; import Link from "next/link"; -import internet from "../public/images/product/internet.png"; +import blog from "../public/images/product/blog.png"; import linkIcon from "../public/images/linkIcon.svg"; import taxman from "../public/images/product/taxman.svg"; import vault from "../public/images/product/vault.svg"; @@ -14,17 +14,17 @@ const Product = () => {
bankless card
-

We Made The Internet Hard Again

-

Web3 is not designed for everyday users. We are here to change that, by building an Internet that is truly equitable for all.

+

Taxman: The Web3 Income Tax Helper

+

Fast, free and built for web3 Contributors, Taxman is a quick and easy tool to help you calculate your web3 income taxes.

- + View {
bankless card
-

Taxman: The Web3 Income Tax Helper

-

Fast, free and built for web3 Contributors, Taxman is a quick and easy tool to help you calculate your web3 income taxes.

+

Bankless Card Vault: The Password Manager for Communities

+

The Bankless Card Vault allows web3 communities, big or small, to safely share passwords.

- + View {
bankless card
-

Bankless Card Vault: The Password Manager for Communities

-

The Bankless Card Vault allows web3 communities, big or small, to safely share passwords.

+

Our Blog: Musings on our Ethos

+

We are more than a product, we are driven by purpose. Read our blog to learn more about our philosophy.

- + View + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/public/images/product/blog.png b/public/images/product/blog.png new file mode 100644 index 0000000..81cb7ba Binary files /dev/null and b/public/images/product/blog.png differ