Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #10.
This commit is contained in:
2026-03-03 11:47:31 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -1414,4 +1414,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

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>
);
}
}