From a349604b3da408ed495cb0293e0c714be6dd6703 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 11:23:56 +0000 Subject: [PATCH] Update src/app/podcast/page.tsx --- src/app/podcast/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/podcast/page.tsx b/src/app/podcast/page.tsx index dbf6027..cbf57d6 100644 --- a/src/app/podcast/page.tsx +++ b/src/app/podcast/page.tsx @@ -87,21 +87,21 @@ 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-1772536834713-6c30ce1c.png", + 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-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", + 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-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", + 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", }, ]} @@ -147,7 +147,7 @@ export default function PodcastPage() {