Skip to content
This repository was archived by the owner on Mar 17, 2026. It is now read-only.

Commit 2828113

Browse files
authored
feat: copy/link changes (#2540)
1 parent 1f64f2d commit 2828113

6 files changed

Lines changed: 7 additions & 7 deletions

File tree

apps/web/app/(base-org)/layout.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ export const metadata: Metadata = {
88
metadataBase: new URL('https://base.org'),
99
title: `Base`,
1010
description:
11-
'Base is a secure, low-cost, builder-friendly Ethereum L2 built to bring the next billion users onchain.',
11+
'Base is an open stack that empowers builders, creators, and people everywhere to build apps, grow businesses, create what they love, and earn onchain.',
1212
openGraph: {
1313
type: 'website',
1414
title: `Base`,
1515
description:
16-
'Base is a secure, low-cost, builder-friendly Ethereum L2 built to bring the next billion users onchain.',
16+
'Base is an open stack that empowers builders, creators, and people everywhere to build apps, grow businesses, create what they love, and earn onchain.',
1717
url: `/`,
1818
images: ['https://base.org/images/base-open-graph.png'],
1919
},

apps/web/src/components/Layout/Footer/Footer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ const LINK_SECTIONS = [
6767
{
6868
title: 'Resources',
6969
links: [
70-
{ label: 'Brand kit', href: 'https://github.com/base/brand-kit', newTab: true },
70+
{ label: 'Brand kit', href: 'https://www.base.org/brand', newTab: true },
7171
{ label: 'Events', href: 'https://lu.ma/BaseMeetups', newTab: true },
7272
],
7373
},

apps/web/src/components/base-org/BasePay/BuyRealThings.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export default function BuyRealThings() {
3535
<section ref={ref} className="col-span-full py-12 text-black">
3636
<div className="flex flex-col items-center justify-between gap-12 md:flex-row md:gap-24">
3737
<div className="flex flex-col gap-8 md:max-w-sm">
38-
<Title level={TitleLevel.H4Regular}>Buy real things.</Title>
38+
<Title level={TitleLevel.H4Regular}>Buy real things</Title>
3939
<Title level={TitleLevel.H6Regular}>
4040
Available soon at millions of US Shopify stores, with a growing list of merchants
4141
accepting Base Pay.

apps/web/src/components/base-org/BasePay/Earn.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export default function Earn() {
3434
<section ref={ref} className="col-span-full py-12 text-black">
3535
<div className="flex flex-col items-center justify-between gap-12 md:flex-row">
3636
<div className="flex flex-col gap-8 md:max-w-sm">
37-
<Title level={TitleLevel.H4Regular}>Earn while you spend.</Title>
37+
<Title level={TitleLevel.H4Regular}>Earn while you spend</Title>
3838
<Title level={TitleLevel.H6Regular}>
3939
Your USDC automatically earns 4.1% APY until the moment you spend it. Plus 1% back on
4040
all purchases at Shopify stores.

apps/web/src/components/base-org/BasePay/OneClickCheckout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export default function OneClickCheckout() {
3939
</motion.div>
4040
</div>
4141
<div className="flex flex-col gap-8 md:max-w-sm">
42-
<Title level={TitleLevel.H4Regular}>One-click checkout.</Title>
42+
<Title level={TitleLevel.H4Regular}>One-click checkout</Title>
4343
<Title level={TitleLevel.H6Regular}>
4444
Pay with crypto instantly, no extra steps. Save shipping info to make purchases even
4545
more convenient.

apps/web/src/components/base-org/BasePay/SpendCrypto.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ export default function SpendCrypto() {
9292
</div>
9393

9494
<div className="flex flex-col gap-8 md:max-w-sm">
95-
<Title level={TitleLevel.H4Regular}>Spend crypto like cash.</Title>
95+
<Title level={TitleLevel.H4Regular}>Spend crypto like cash</Title>
9696
<Title level={TitleLevel.H6Regular}>
9797
USDC is one of the most trusted and reputable stablecoins, combining the stability of
9898
the dollar with the speed of the internet.

0 commit comments

Comments
 (0)