diff --git a/app/[locale]/founders/page.tsx b/app/[locale]/founders/page.tsx
index 99541b0250f..aba82190610 100644
--- a/app/[locale]/founders/page.tsx
+++ b/app/[locale]/founders/page.tsx
@@ -9,7 +9,6 @@ import type {
SectionNavDetails,
} from "@/lib/types"
-import CommentCard from "@/components/CommentCard"
import ContentHero from "@/components/Hero/ContentHero"
import { CheckCircle } from "@/components/icons/CheckCircle"
import MainArticle from "@/components/MainArticle"
@@ -41,8 +40,6 @@ import FoundersPageJsonLD from "./page-jsonld"
import heroImg from "@/public/images/upgrades/merge.png"
-const GetInTouchId = "get-in-touch"
-
const Page = async ({ params }: { params: PageParams }) => {
const { locale } = params
const t = await getTranslations({ locale, namespace: "page-founders" })
@@ -329,7 +326,7 @@ const Page = async ({ params }: { params: PageParams }) => {
"page-founders-partnerships-ef-founder-support-description"
),
highlights: [],
- href: `#${GetInTouchId}`,
+ href: "https://efdn.notion.site/255d989555418113975ff62641d9c814",
ctaLabel: t("page-founders-partnerships-ef-founder-support-cta"),
},
// {
@@ -345,44 +342,6 @@ const Page = async ({ params }: { params: PageParams }) => {
},
]
- // TODO: Re-enable metrics when ready
- // const metrics: StatsBoxMetric[] = [
- // { label: "Fundraisings", state: { value: "23" } },
- // { label: "GTM strategies", state: { value: "32" } },
- // { label: "Projects", state: { value: "34" } },
- // ]
-
- const stories: {
- name: string
- affiliation: string
- className?: string
- content: React.ReactNode
- }[] = [
- {
- name: "Fahim",
- affiliation: "Optimism",
- className: "[&_[data-label='avatar']]:bg-accent-a",
- content:
{t("page-founders-story-fahim-p1")}
,
- },
- {
- name: "Kedian",
- affiliation: "LevelMoney",
- className: "[&_[data-label='avatar']]:bg-accent-b",
- content: (
- <>
- {t("page-founders-story-kedian-p1")}
- {t("page-founders-story-kedian-p2")}
- >
- ),
- },
- {
- name: "Dith",
- affiliation: "Gigaverse",
- className: "[&_[data-label='avatar']]:bg-accent-c",
- content: {t("page-founders-story-dith-p1")}
,
- },
- ]
-
const commitHistoryCache: CommitHistory = {}
const { contributors } = await getAppPageContributorInfo(
"founders",
@@ -489,58 +448,6 @@ const Page = async ({ params }: { params: PageParams }) => {
))}
-
-
-
- {t("page-founders-succeed-h2")}
-
-
{t("page-founders-succeed-p1")}
-
- {/* // TODO: Re-enable metrics when ready */}
- {/* */}
-
-
- {stories.map(({ name, affiliation, content, className }) => (
-
- ))}
-
-
-
- {t("page-founders-get-in-touch-h2")}
-
-
- {t("page-founders-get-in-touch-p1")}
-
-
- {t("page-founders-get-in-touch-cta")}
-
-
>
diff --git a/src/intl/en/page-founders.json b/src/intl/en/page-founders.json
index 5a49af20d17..88b9bb915aa 100644
--- a/src/intl/en/page-founders.json
+++ b/src/intl/en/page-founders.json
@@ -26,9 +26,6 @@
"page-founders-funding-polygon-highlight-1": "Building or migrating to Polygon",
"page-founders-funding-unichain-description": "A series of programs and resources designed to support Unichain’s emergent developer community",
"page-founders-funding-unichain-highlight-1": "Novel DeFi mechanisms",
- "page-founders-get-in-touch-cta": "Request support",
- "page-founders-get-in-touch-h2": "Ethereum Foundation Founder Success Team",
- "page-founders-get-in-touch-p1": "Founder Success is for builders with bold ideas, entrepreneurs who see Ethereum as the foundation for products and businesses that can shape the future.",
"page-founders-metadata-description": "Empowering founders on Ethereum with programs, mentorship, and resources. Discover how the Ethereum ecosystem supports entrepreneurs from idea to growth.",
"page-founders-metadata-title": "Founders support",
"page-founders-partnerships-devconnect-description": "Devconnect ARG is the Ethereum World's Fair: A showcase of apps and an event to connect, build, and accelerate Ethereum adoption.",
@@ -44,11 +41,6 @@
"page-founders-partnerships-protocol-guild-highlight-1": "$28M raised to core devs",
"page-founders-partnerships-unichain-description": "A series of programs and resources designed to support Unichain’s emergent developer community",
"page-founders-partnerships-unichain-highlight-1": "Novel DeFi mechanisms",
- "page-founders-story-dith-p1": "EF Founder Support was excellent, they were a great impartial thought partner & advisor to us as we completed our first fund raise. I have no hesitation recommending other EVM founders to engage them.",
- "page-founders-story-fahim-p1": "The Founder Success team is a huge asset to the Ethereum ecosystem. They truly care about helping teams win, and their hands-on support and genuine commitment to helping teams like Optimism is clear to see. I'm excited to continue collaborating with them and strengthening our ecosystem together.",
- "page-founders-story-kedian-p1": "Our contact at the EF has been instrumental in guiding us, not only by sharing valuable insights on our upcoming feature but also by introducing us to key L2s in the Ethereum ecosystem.",
- "page-founders-story-kedian-p2": "Thanks to their feedback on our GTM strategy, we accelerated decision-making, reduced time spent on research, and focused directly on execution.",
- "page-founders-succeed-h2": "How others succeeded",
"page-founders-succeed-p1": "You don't have to build alone, this ecosystem has your back.",
"page-founders-support-tag-accelerator": "Accelerator",
"page-founders-support-tag-active": "Active",