diff --git a/apps/web/app/(base-org-dark)/(builders)/build/(root)/builders.png b/apps/web/app/(base-org-dark)/(builders)/build/(root)/builders.png index faca88f1d6a..407a8b8245e 100644 Binary files a/apps/web/app/(base-org-dark)/(builders)/build/(root)/builders.png and b/apps/web/app/(base-org-dark)/(builders)/build/(root)/builders.png differ diff --git a/apps/web/src/components/base-org/root/Redesign/Section/BaseJoin/card-1.avif b/apps/web/src/components/base-org/root/Redesign/Section/BaseJoin/card-1.avif deleted file mode 100644 index 23e7e37b42f..00000000000 Binary files a/apps/web/src/components/base-org/root/Redesign/Section/BaseJoin/card-1.avif and /dev/null differ diff --git a/apps/web/src/components/base-org/root/Redesign/Section/BaseJoin/card-1.png b/apps/web/src/components/base-org/root/Redesign/Section/BaseJoin/card-1.png new file mode 100644 index 00000000000..89cebb6f381 Binary files /dev/null and b/apps/web/src/components/base-org/root/Redesign/Section/BaseJoin/card-1.png differ diff --git a/apps/web/src/components/base-org/root/Redesign/Section/BaseJoin/card-2.avif b/apps/web/src/components/base-org/root/Redesign/Section/BaseJoin/card-2.avif deleted file mode 100644 index 9c4cbd9077e..00000000000 Binary files a/apps/web/src/components/base-org/root/Redesign/Section/BaseJoin/card-2.avif and /dev/null differ diff --git a/apps/web/src/components/base-org/root/Redesign/Section/BaseJoin/card-2.png b/apps/web/src/components/base-org/root/Redesign/Section/BaseJoin/card-2.png new file mode 100644 index 00000000000..9f2007ed4ae Binary files /dev/null and b/apps/web/src/components/base-org/root/Redesign/Section/BaseJoin/card-2.png differ diff --git a/apps/web/src/components/base-org/root/Redesign/Section/BaseJoin/index.tsx b/apps/web/src/components/base-org/root/Redesign/Section/BaseJoin/index.tsx index 278f103fc7f..ef5e2b004de 100644 --- a/apps/web/src/components/base-org/root/Redesign/Section/BaseJoin/index.tsx +++ b/apps/web/src/components/base-org/root/Redesign/Section/BaseJoin/index.tsx @@ -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; @@ -43,23 +43,23 @@ type CardProps = React.ComponentProps & { 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, diff --git a/apps/web/src/components/base-org/root/Redesign/Section/Blog/BlogPosts.ts b/apps/web/src/components/base-org/root/Redesign/Section/Blog/BlogPosts.ts index ec741842a5c..aa8f990203a 100644 --- a/apps/web/src/components/base-org/root/Redesign/Section/Blog/BlogPosts.ts +++ b/apps/web/src/components/base-org/root/Redesign/Section/Blog/BlogPosts.ts @@ -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, },