diff --git a/src/app/podcast/page.tsx b/src/app/podcast/page.tsx index e4bc022..4439510 100644 --- a/src/app/podcast/page.tsx +++ b/src/app/podcast/page.tsx @@ -1,6 +1,7 @@ "use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; +import Link from "next/link"; import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline"; import ProductCardOne from "@/components/sections/product/ProductCardOne"; import FaqSplitText from "@/components/sections/faq/FaqSplitText"; @@ -79,11 +80,11 @@ export default function PodcastPage() { tagAnimation="slide-up" products={[ { - id: "ep-1", name: "Marketing Crypto in 2025", price: "Latest", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQSfocPDfLnMMiIb9A5eny16Ro/podcast-episode-cover-design-with-bold-t-1772536834713-6c30ce1c.png?_wi=2", imageAlt: "Episode cover: Marketing Crypto in 2025"}, + id: "ep-1", name: "Marketing Crypto in 2025", price: "Latest", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQSfocPDfLnMMiIb9A5eny16Ro/podcast-episode-cover-design-with-bold-t-1772536834713-6c30ce1c.png", imageAlt: "Episode cover: Marketing Crypto in 2025"}, { - id: "ep-2", name: "DeFi Protocol Growth Hacks", price: "Ep 12", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQSfocPDfLnMMiIb9A5eny16Ro/defi-protocol-focused-podcast-episode-co-1772536837022-7f60916b.png?_wi=2", imageAlt: "Episode cover: DeFi Protocol Growth Hacks"}, + id: "ep-2", name: "DeFi Protocol Growth Hacks", price: "Ep 12", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQSfocPDfLnMMiIb9A5eny16Ro/defi-protocol-focused-podcast-episode-co-1772536837022-7f60916b.png", imageAlt: "Episode cover: DeFi Protocol Growth Hacks"}, { - id: "ep-3", name: "Building Community in Web3", price: "Ep 11", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQSfocPDfLnMMiIb9A5eny16Ro/community-focused-web3-podcast-episode-a-1772536834974-b782cf79.png?_wi=2", imageAlt: "Episode cover: Building Community in Web3"}, + id: "ep-3", name: "Building Community in Web3", price: "Ep 11", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQSfocPDfLnMMiIb9A5eny16Ro/community-focused-web3-podcast-episode-a-1772536834974-b782cf79.png", imageAlt: "Episode cover: Building Community in Web3"}, ]} gridVariant="three-columns-all-equal-width" animationType="slide-up" @@ -115,7 +116,7 @@ export default function PodcastPage() {