Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ import { Section } from 'apps/web/src/components/base-org/root/Redesign/Section'
import { ImageType } from 'apps/web/src/components/base-org/root/Redesign/Section';
import Link from 'apps/web/src/components/Link';

import Card1 from './card-1.avif';
import Card2 from './card-2.avif';
import Card1 from './card-1.png';
import Card2 from './card-2.png';
import Card3 from './card-3.avif';

const card1 = Card1 as ImageType;
Expand Down Expand Up @@ -43,23 +43,23 @@ type CardProps = React.ComponentProps<typeof InteractiveCard> & { index: number;
const cards: CardProps[] = [
{
index: 1,
title: 'A New Day One',
title: 'Base Batches',
description:
'A new way to create. A new social network. A global economy for everyone. The next chapter of Base is here.',
'Turn your ideas into real products and kickstart your business, with mentorship, community, visibility, and pathways to funding.',
image: card1.src,
brightness: 0.8,
contrast: 2,
href: 'https://www.anewdayone.xyz/',
href: 'https://www.basebatches.xyz/',
},
{
index: 2,
title: 'Onchain Summer',
title: 'BaseCamp 2025',
description:
'Ship what you love and be rewarded, all season long. Each week, we’re spotlighting the best apps. What are you building?',
'Watch the State of Base livestream from BaseCamp 2025, where we announced that Base is exploring a network token and more.',
image: card2.src,
brightness: 1.2,
contrast: 0.9,
href: 'https://onchainsummer.xyz/',
href: 'https://www.basecamp2025.xyz/',
},
{
index: 3,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ export const blogPosts: BlogPost[] = [
title: 'The State of Base at Basecamp 2025',
subtitle:
'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.',
previewImage: '/images/blog/carousel/blog-asset-4.avif',
href: 'https://blog.base.org/a-new-day-one',
previewImage: '/images/blog/carousel/blog-asset-5.avif',
href: 'https://blog.base.org/the-state-of-base-at-basecamp-2025',
brightness: 1.1,
contrast: 1.2,
},
Expand Down