diff --git a/src/app/podcast/page.tsx b/src/app/podcast/page.tsx index 0f9d85d..3c4b85f 100644 --- a/src/app/podcast/page.tsx +++ b/src/app/podcast/page.tsx @@ -48,42 +48,42 @@ export default function PodcastPage() { 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-1772535678123-e526dcfd.png", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQSfocPDfLnMMiIb9A5eny16Ro/podcast-episode-cover-design-with-bold-t-1772535678123-e526dcfd.png?_wi=2", 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-1772535678095-a787fa1a.png", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQSfocPDfLnMMiIb9A5eny16Ro/defi-protocol-focused-podcast-episode-co-1772535678095-a787fa1a.png?_wi=2", 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-1772535680631-778c48ca.png", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQSfocPDfLnMMiIb9A5eny16Ro/community-focused-web3-podcast-episode-a-1772535680631-778c48ca.png?_wi=2", imageAlt: "Episode cover: Building Community in Web3", }, { id: "ep-4", name: "Interview with Bitget CEO", price: "Ep 10", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQSfocPDfLnMMiIb9A5eny16Ro/interview-episode-cover-for-interview-wi-1772535677773-b479bac1.png", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQSfocPDfLnMMiIb9A5eny16Ro/interview-episode-cover-for-interview-wi-1772535677773-b479bac1.png?_wi=2", imageAlt: "Episode cover: Interview with Bitget CEO", }, { id: "ep-5", name: "OKX Market Analysis Deep Dive", price: "Ep 9", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQSfocPDfLnMMiIb9A5eny16Ro/okx-trading-platform-dashboard-visualiza-1772535679560-1ba15a2f.png", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQSfocPDfLnMMiIb9A5eny16Ro/okx-trading-platform-dashboard-visualiza-1772535679560-1ba15a2f.png?_wi=2", imageAlt: "Episode cover: OKX Market Analysis", }, { id: "ep-6", name: "Extended DEX Performance Review", price: "Ep 8", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQSfocPDfLnMMiIb9A5eny16Ro/extended-dex-platform-interface-screensh-1772535679461-de6201a0.png", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQSfocPDfLnMMiIb9A5eny16Ro/extended-dex-platform-interface-screensh-1772535679461-de6201a0.png?_wi=2", imageAlt: "Episode cover: Extended DEX Review", }, ]} @@ -141,7 +141,7 @@ export default function PodcastPage() { {/* Footer */}