Skip to content

Commit 7ea3d2c

Browse files
authored
Update Based happenings section with Base Batches and BaseCamp 2025 (#2745)
1 parent a8d2762 commit 7ea3d2c

File tree

7 files changed

+10
-10
lines changed

7 files changed

+10
-10
lines changed
139 KB
Loading
Binary file not shown.
21.9 KB
Loading
Binary file not shown.
215 KB
Loading

apps/web/src/components/base-org/root/Redesign/Section/BaseJoin/index.tsx

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ import { Section } from 'apps/web/src/components/base-org/root/Redesign/Section'
33
import { ImageType } from 'apps/web/src/components/base-org/root/Redesign/Section';
44
import Link from 'apps/web/src/components/Link';
55

6-
import Card1 from './card-1.avif';
7-
import Card2 from './card-2.avif';
6+
import Card1 from './card-1.png';
7+
import Card2 from './card-2.png';
88
import Card3 from './card-3.avif';
99

1010
const card1 = Card1 as ImageType;
@@ -43,23 +43,23 @@ type CardProps = React.ComponentProps<typeof InteractiveCard> & { index: number;
4343
const cards: CardProps[] = [
4444
{
4545
index: 1,
46-
title: 'A New Day One',
46+
title: 'Base Batches',
4747
description:
48-
'A new way to create. A new social network. A global economy for everyone. The next chapter of Base is here.',
48+
'Turn your ideas into real products and kickstart your business, with mentorship, community, visibility, and pathways to funding.',
4949
image: card1.src,
5050
brightness: 0.8,
5151
contrast: 2,
52-
href: 'https://www.anewdayone.xyz/',
52+
href: 'https://www.basebatches.xyz/',
5353
},
5454
{
5555
index: 2,
56-
title: 'Onchain Summer',
56+
title: 'BaseCamp 2025',
5757
description:
58-
'Ship what you love and be rewarded, all season long. Each week, we’re spotlighting the best apps. What are you building?',
58+
'Watch the State of Base livestream from BaseCamp 2025, where we announced that Base is exploring a network token and more.',
5959
image: card2.src,
6060
brightness: 1.2,
6161
contrast: 0.9,
62-
href: 'https://onchainsummer.xyz/',
62+
href: 'https://www.basecamp2025.xyz/',
6363
},
6464
{
6565
index: 3,

apps/web/src/components/base-org/root/Redesign/Section/Blog/BlogPosts.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ export const blogPosts: BlogPost[] = [
2222
title: 'The State of Base at Basecamp 2025',
2323
subtitle:
2424
'At BaseCamp 2025 in Stowe, Vermont, we shared an update: Base is beginning to explore a network token. As we begin this exploration, we’re sharing this shift in philosophy early as part of our commitment to building in the open, but we have no definitive plans to share at this time. We also announced a Base-built open-source bridge between Base and Solana that will allow interoperability between the two chains.',
25-
previewImage: '/images/blog/carousel/blog-asset-4.avif',
26-
href: 'https://blog.base.org/a-new-day-one',
25+
previewImage: '/images/blog/carousel/blog-asset-5.avif',
26+
href: 'https://blog.base.org/the-state-of-base-at-basecamp-2025',
2727
brightness: 1.1,
2828
contrast: 1.2,
2929
},

0 commit comments

Comments
 (0)