Update src/app/page.tsx

This commit is contained in:
2026-03-03 11:47:26 +00:00
parent a63c9d92ba
commit c6003d34fc

View File

@@ -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() {
</div>
</ThemeProvider>
);
}
}