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 +}