Skip to content

Commit

Permalink
Branding updates Bankless to BCard
Browse files Browse the repository at this point in the history
  • Loading branch information
tomtranmer committed Apr 3, 2024
1 parent 0ac765f commit a4fafe1
Show file tree
Hide file tree
Showing 10 changed files with 25 additions and 25 deletions.
8 changes: 4 additions & 4 deletions components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ const Footer = () => {
className="z-[100]"
height={94}
width={82.9}
alt="bankless card"
alt="BCard"
/>
</div>
<div className="flex flex-col gap-[1rem] z-[100]">
<h1 className="font-semibold text-lg leading-[1.375rem]">Bankless Card</h1>
<h1 className="font-semibold text-lg leading-[1.375rem]">BCard</h1>
<Link href="/">Home</Link>
<Link href="/for-daos">For Communities</Link>
<Link href="/for-investors">For Investors</Link>
Expand Down Expand Up @@ -68,10 +68,10 @@ const Footer = () => {
<hr className="border-[#313131]" />
</div>
<div className={`flex justify-between items-center z-[100] ${styles['content-down']}`}>
<p className="text-[0.875rem] text-gray-400 font-medium">© Copyright 2023 Bankless Card. All Rights Reserved</p>
<p className="text-[0.875rem] text-gray-400 font-medium">© Copyright 2023 BCard. All Rights Reserved</p>
<div className="flex items-center gap-3 ">
<div className=" z-[100]">
<a href="https://twitter.com/BanklessCard" target="_blank" rel="noreferrer">
<a href="https://twitter.com/getbcard" target="_blank" rel="noreferrer">
<Image
priority
src={twitter}
Expand Down
2 changes: 1 addition & 1 deletion components/Navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const Navbar = () => {
className=""
height={56.97}
width={179}
alt="bankless card"
alt="BCard"
/>
</Link>
<div className="hidden md:flex gap-5">
Expand Down
18 changes: 9 additions & 9 deletions components/Product.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,21 +16,21 @@ const Product = () => {
priority
src={taxman}
className="w-[100%]"
alt="bankless card"
alt="BCard"
/>
</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 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]">
<Link href="https://taxman.getbcard.io/" className="flex justify-start items-center gap-[0.5rem] pb-[1rem]">
<span className="text-[1rem]">View</span>
<Image
priority
src={linkIcon}
className="w-[15px]"
alt="bankless card"
alt="BCard"
/>
</Link>
</div>
Expand All @@ -41,21 +41,21 @@ const Product = () => {
priority
src={vault}
className="w-[100%]"
alt="bankless card"
alt="BCard"
/>
</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 Communities</h3>
<p className="text-[1rem]">The Bankless Card Vault allows web3 communities, big or small, to safely share passwords.</p>
<h3 className="text-[1.4rem] font-semibold">BCard Vault: The Password Manager for Communities</h3>
<p className="text-[1rem]">The BCard 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>
<Image
priority
src={linkIcon}
className="w-[15px]"
alt="bankless card"
alt="BCard"
/>
</Link>
</div>
Expand All @@ -66,7 +66,7 @@ const Product = () => {
priority
src={blog}
className="w-[100%]"
alt="bankless card"
alt="BCard"
/>
</div>
<div className="flex flex-col px-[2rem] max-[767px]:px-[1rem] pt-[0.5rem] gap-[1.5rem]">
Expand All @@ -80,7 +80,7 @@ const Product = () => {
priority
src={linkIcon}
className="w-[15px]"
alt="bankless card"
alt="BCard"
/>
</Link>
</div>
Expand Down
6 changes: 3 additions & 3 deletions components/TestimonialCarousel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ const TestimonialCarousel = () => {
alt=""
/>
<p className="max-w-[18.75rem] px-[1rem]">
It was very easy and intuitive for me to use the Bankless Card
It was very easy and intuitive for me to use the BCard
app. I think it’s a great entry point for new web3 users to
educate themselves and participate in their communities.
</p>
Expand All @@ -68,7 +68,7 @@ const TestimonialCarousel = () => {
alt=""
/>
<p className="max-w-[18.75rem] px-[1rem]">
The Bankless Card app provides ease and accessibility to people
The BCard app provides ease and accessibility to people
new to web3. Communities should totally use it to onboard their
users. I was very impressed with the simplistic and yet elegant
design.
Expand Down Expand Up @@ -111,7 +111,7 @@ const TestimonialCarousel = () => {
/>
<p className="max-w-[18.75rem] px-[1rem]">
Very impressed with the thought went into the design of the
Bankless Card app. Makes it simple for anyone to join web3 and
BCard app. Makes it simple for anyone to join web3 and
contribute towards missions they care about.
</p>
<p className="font-bold">IsraelRex</p>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bcard-website",
"version": "0.1.0",
"version": "0.1.1",
"homepage": "https://bankless-card.github.io/Bcard-website",
"private": true,
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/pages/for-daos.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ 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">
With Bankless Card, web3 communities get monthly recurring revenue and an easy
With BCard, 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>
Expand Down
2 changes: 1 addition & 1 deletion src/pages/for-investors.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const ForInvestors = () => {
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]">
Web3 communities are the future, and Bankless Card
Web3 communities are the future, and BCard
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
2 changes: 1 addition & 1 deletion src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export default function Home() {
return (
<>
<Head>
<title>Bankless Card</title>
<title>BCard Community</title>
<meta name='description' content='Support your community with every swipe!' />
</Head>

Expand Down
6 changes: 3 additions & 3 deletions src/pages/landingpage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ const LandingPage = () => {
priority
src={bcard}
className="w-[] h-[]"
alt="bankless card"
alt="BCard"
/>
</div>
<div className={`${styles["gradient-header-strip"]}`}></div>
Expand Down Expand Up @@ -190,7 +190,7 @@ const LandingPage = () => {
priority
src={phone}
className=""
alt="bankless card"
alt="BCard"
height={379}
width={339}
/>
Expand All @@ -199,7 +199,7 @@ const LandingPage = () => {
priority
src={phone}
className=""
alt="bankless card"
alt="BCard"
height={379}
width={250}
/>
Expand Down
2 changes: 1 addition & 1 deletion src/pages/thank-you.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const Contact = () => {
/>
<div className="leading-[2rem] text-lg text-center px-[1rem] md:px-[3.5rem] py-[1rem]">
Keep an eye on your inbox for regular updates on our product!
Meanwhile, follow Bankless on our social media to learn about other
Meanwhile, follow BCard on our social media to learn about other
exciting stuff our vibrant community has in store!
</div>
</div>
Expand Down

0 comments on commit a4fafe1

Please sign in to comment.