Skip to content

Commit

Permalink
Merge pull request #15 from Bankless-Card/copy_updates
Browse files Browse the repository at this point in the history
  • Loading branch information
almithani authored Sep 12, 2023
2 parents f18905d + c0336d4 commit 603f14b
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 26 deletions.
2 changes: 1 addition & 1 deletion components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const Footer = () => {
<div className="flex flex-col gap-[1rem] z-[100]">
<h1 className="font-semibold text-lg leading-[1.375rem]">Bankless Card</h1>
<Link href="/">Home</Link>
<Link href="/for-daos">For DAOs</Link>
<Link href="/for-daos">For Communities</Link>
<Link href="/for-investors">For Investors</Link>
</div>
<div className="flex flex-col gap-[1rem] z-[100]">
Expand Down
4 changes: 2 additions & 2 deletions components/Navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const Navbar = () => {
/>
</Link>
<div className="hidden md:flex gap-5">
<Link href="/for-daos" className={isActive("/for-daos")}>For DAOs</Link>
<Link href="/for-daos" className={isActive("/for-daos")}>For Communities</Link>
<Link href="/for-investors" className={isActive("/for-investors")}>For Investors</Link>
<a
href="https://banklesscard.mirror.xyz/"
Expand Down Expand Up @@ -71,7 +71,7 @@ const Navbar = () => {
}}
>
<p className="block text-gray-800 hover:text-white py-2">
For DAOs
For Communities
</p>
</Link>
<Link
Expand Down
8 changes: 4 additions & 4 deletions components/Product.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ const Product = () => {
</div>
<div className="flex flex-col px-[2rem] max-[767px]:px-[1rem] pt-[0.5rem] gap-[1.5rem]">
<div className="flex flex-col gap-[1rem] pb-[2rem] border-b-2 border-purple-500">
<h3 className="text-[1.4rem] font-semibold">Taxman: The DAO Income Tax Helper</h3>
<p className="text-[1rem]">Fast, free and built for DAO Contributors, Taxman is a quick and easy tool to help you calculate your DAO income taxes.</p>
<h3 className="text-[1.4rem] font-semibold">Taxman: The Web3 Income Tax Helper</h3>
<p className="text-[1rem]">Fast, free and built for web3 Contributors, Taxman is a quick and easy tool to help you calculate your web3 income taxes.</p>
</div>
<Link href="https://taxman.banklesscard.xyz/" className="flex justify-start items-center gap-[0.5rem] pb-[1rem]">
<span className="text-[1rem]">View</span>
Expand All @@ -71,8 +71,8 @@ const Product = () => {
</div>
<div className="flex flex-col px-[2rem] max-[767px]:px-[1rem] pt-[0.5rem] gap-[1.5rem]">
<div className="flex flex-col gap-[1rem] pb-[2rem] border-b-2 border-purple-500">
<h3 className="text-[1.4rem] font-semibold">Bankless Card Vault: The Password Manager for DAOs</h3>
<p className="text-[1rem]">The Bankless Card Vault allows DAOs, big and small, to safely share passwords no matter the number of contributors.</p>
<h3 className="text-[1.4rem] font-semibold">Bankless Card Vault: The Password Manager for Communities</h3>
<p className="text-[1rem]">The Bankless Card Vault allows web3 communities, big or small, to safely share passwords.</p>
</div>
<Link href="https://vault.banklesscard.xyz/" className="flex justify-start items-center gap-[0.5rem] pb-[1rem]">
<span className="text-[1rem]">View</span>
Expand Down
16 changes: 8 additions & 8 deletions src/pages/for-daos.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ const ForDaos = () => {
Give your community a way to support your cause.
</h1>
<p className="text-lg leading-[1.361rem] text-center font-normal mt-[3rem] max-w-[49.5rem] mx-auto max-[767px]:p-[30px] relative">
BanklessDAO is proud to be partnering with other DAOs, creating a
community card for members to earn rewards in their native tokens with
every swipe.
With Bankless Card, web3 communities get monthly recurring revenue and an easy
way to onboard new contributors. This gives communities the freedom to focus on
their mission rather than writing grants.
</p>
<div className="mt-[3rem] flex justify-center gap-[3rem] p-[30px] max-[767px]:flex-col max-[767px]:justify-center max-[767px]:items-center max-[767px]:mb-0 relative">
<div className="max-w-[23.875rem] p-[2rem] border-4 border-purple-600 border-gradient-to-r">
Expand Down Expand Up @@ -62,10 +62,10 @@ const ForDaos = () => {
/>
</div>
<h1 className="font-medium text-lg leading-7 text-center max-[767px]:p-[20px]">
DAO Contributors
Web3 Contributors
</h1>
<p className="text-sm leading-6 text-center max-w-[14.5rem]">
An easier way to support your DAO through your everyday spending
An easy way to support your DAO through your existing, everyday spending.
</p>
</div>
<div>
Expand All @@ -80,10 +80,10 @@ const ForDaos = () => {
/>
</div>
<h1 className="font-medium text-lg leading-7 text-center max-[767px]:p-[20px]">
DAO Leaders
Community Leaders
</h1>
<p className="text-sm leading-6 text-center max-w-[14.5rem]">
Fund your DAO by giving your fans a way to support you without changing behaviour.
Fund your community by giving your fans a way to support you without changing behaviour.
</p>
</div>
<div>
Expand All @@ -98,7 +98,7 @@ const ForDaos = () => {
/>
</div>
<h1 className="font-medium text-lg leading-7 text-center max-[767px]:p-[20px]">
New in Web 3.0?
New to Web3?
</h1>
<p className="text-sm leading-6 text-center max-w-[14.5rem]">
Learn key web3 concepts via a simple and educational mobile app.
Expand Down
4 changes: 2 additions & 2 deletions src/pages/for-investors.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ const ForInvestors = () => {
<div className={`${styles['ellipse5']}`}></div>
<div className={`${styles['ellipse2']}`}></div>
<h1 className="text-[2.25rem] leading-[2.723rem] font-semibold text-center px-[40px]">
Powering the financial future of DAOs.
Powering the ownership economy.
</h1>
<p className="text-lg leading-[1.375rem] text-center font-normal mt-[3rem] max-w-[49.5rem] mx-auto px-[40px]">
DAOs are the present and future of Web3 communities, and Bankless Card
Web3 communities are the future, and Bankless Card
gives their members a way to support them with every swipe.
</p>
<div className="flex justify-center gap-[2rem] mt-[3rem] relative max-[767px]:flex-col max-[767px]:items-center max-[767px]:justify-center">
Expand Down
18 changes: 9 additions & 9 deletions src/pages/landingpage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -104,10 +104,10 @@ const LandingPage = () => {
<div className="w-[50%] max-[767px]:w-full">
<div className={`${styles["gradient-header"]}`}></div>
<h1 className="text-5xl leading-[3.625rem] font-bold text-center relative z-50 max-[767px]:text-[30px] max-[767px]:leading-[150%]">
The card made for DAOs, by BanklessDAO.
Support your community with every swipe!
</h1>
<p className="text-lg leading-[1.375rem] mt-[2rem] text-center relative z-50 max-[767px]:leading-[130%]">
Pay in fiat, earn DAO tokens. Support your DAO with every swipe.
Bankless Card redirects payment card fees to your favorite community and rewards you with community tokens.
</p>
{/* <ConvertKitForm formId={MY_FORM_ID} /> */}
<form
Expand Down Expand Up @@ -156,10 +156,10 @@ const LandingPage = () => {
</div>
<h2 className="font-semibold text-[2rem] leading-[2.421rem]">
{" "}
Earn DAO tokens, increase token price
Earn community tokens, increase token price
</h2>
<p className="text-lg leading-[1.375rem]">
Every card purchase earns you cashback in DAO tokens purchased
Every swipe earns you cashback in community tokens purchased
from a DEX, increasing token value.
</p>
</div>
Expand All @@ -175,11 +175,11 @@ const LandingPage = () => {
</div>
<h2 className="font-semibold text-[2rem] leading-[2.421rem]">
{" "}
Easily onboard new DAO members
Easily onboard new members
</h2>
<p className="text-lg leading-[1.375rem]">
With our easy-to-use mobile app, you can onboard new friends into
your DAO with a simple download.
your community with a simple download.
</p>
</div>
</div>
Expand Down Expand Up @@ -219,11 +219,11 @@ const LandingPage = () => {
/>
</div>
<h2 className="font-semibold text-[2rem] leading-[2.421rem] min-[767px]:text-end">
Support your favourite DAOs
Support your favourite communities
</h2>
<p className="text-lg leading-[1.375rem] min-[767px]:text-end px-[1rem]">
A percentage from every card payment goes to your DAO’s treasury,
helping to fund their mission.
Every time you use a card, 1-2% of the purchase price goes to a bank.
Bankless Card redirects some of that fee to your favorite community.
</p>
</div>

Expand Down

0 comments on commit 603f14b

Please sign in to comment.