From d32a3b992a68ac0fbc376fd03133e94e4d2b7baa Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 11:25:42 +0000 Subject: [PATCH] Update src/app/podcast/page.tsx --- src/app/podcast/page.tsx | 55 +++++++++------------------------------- 1 file changed, 12 insertions(+), 43 deletions(-) diff --git a/src/app/podcast/page.tsx b/src/app/podcast/page.tsx index cbf57d6..4439510 100644 --- a/src/app/podcast/page.tsx +++ b/src/app/podcast/page.tsx @@ -17,8 +17,7 @@ export default function PodcastPage() { const footerColumns = [ { - title: "Podcast", - items: [ + title: "Podcast", items: [ { label: "Episodes", href: "/podcast" }, { label: "YouTube Channel", href: "https://youtube.com" }, { label: "Spotify", href: "https://spotify.com" }, @@ -26,8 +25,7 @@ export default function PodcastPage() { ], }, { - title: "Resources", - items: [ + title: "Resources", items: [ { label: "Articles", href: "/articles" }, { label: "Marketing Guides", href: "#" }, { label: "Newsletter Archive", href: "#" }, @@ -35,8 +33,7 @@ export default function PodcastPage() { ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Sponsorships", href: "/sponsors" }, { label: "Contact", href: "#contact" }, @@ -44,8 +41,7 @@ export default function PodcastPage() { ], }, { - title: "Social", - items: [ + title: "Social", items: [ { label: "Twitter/X", href: "https://twitter.com" }, { label: "Discord", href: "https://discord.com" }, { label: "LinkedIn", href: "https://linkedin.com" }, @@ -84,26 +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" @@ -118,25 +99,13 @@ export default function PodcastPage() { sideDescription="Got questions about our podcast? Find answers about listening, subscribing, and episode availability here." faqs={[ { - id: "1", - title: "Where can I listen to the podcast?", - content: "Web3 Perspective is available on all major podcast platforms including Spotify, Apple Podcasts, YouTube, and our website. Search 'Web3 Perspective' to find us.", - }, + id: "1", title: "Where can I listen to the podcast?", content: "Web3 Perspective is available on all major podcast platforms including Spotify, Apple Podcasts, YouTube, and our website. Search 'Web3 Perspective' to find us."}, { - id: "2", - title: "How often are episodes released?", - content: "We release new episodes 4 times per month. Subscribe to get instant notifications whenever a new episode drops on your preferred platform.", - }, + id: "2", title: "How often are episodes released?", content: "We release new episodes 4 times per month. Subscribe to get instant notifications whenever a new episode drops on your preferred platform."}, { - id: "3", - title: "Can I download episodes for offline listening?", - content: "Yes! On most podcast platforms like Spotify and Apple Podcasts, you can download episodes to your device for offline listening. Check your app settings for download options.", - }, + id: "3", title: "Can I download episodes for offline listening?", content: "Yes! On most podcast platforms like Spotify and Apple Podcasts, you can download episodes to your device for offline listening. Check your app settings for download options."}, { - id: "4", - title: "Are transcripts available for episodes?", - content: "We're working on making full episode transcripts available. Check back soon for transcripts of all episodes for better accessibility and searchability.", - }, + id: "4", title: "Are transcripts available for episodes?", content: "We're working on making full episode transcripts available. Check back soon for transcripts of all episodes for better accessibility and searchability."}, ]} textPosition="left" faqsAnimation="blur-reveal" @@ -147,7 +116,7 @@ export default function PodcastPage() {