From c6003d34fc90158b1c6880b5449eeed05c4d62cf Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 11:47:26 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 52f9386..d615df0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -82,7 +82,7 @@ export default function HomePage() { description="Web3 Marketing That Actually Works. Real results. Real sponsors. Real strategies. No fluff." background={{ variant: "radial-gradient" }} buttons={[ - { text: "Listen to Podcast", href: "/podcast" }, + { text: "Start Listening Now", href: "/podcast" }, { text: "Work With Us", href: "/sponsors" }, ]} buttonAnimation="slide-up" @@ -235,4 +235,4 @@ export default function HomePage() { ); -} \ No newline at end of file +}