Update src/app/podcast/page.tsx

This commit is contained in:
2026-03-03 11:35:25 +00:00
parent 366740c16f
commit 2429047131

View File

@@ -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() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQSfocPDfLnMMiIb9A5eny16Ro/abstract-web3-technology-grid-background-1772536834290-8741fad5.png?_wi=2"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQSfocPDfLnMMiIb9A5eny16Ro/abstract-web3-technology-grid-background-1772536834290-8741fad5.png"
imageAlt="Web3 technology grid background"
logoText="Web3 Perspective"
copyrightText="© 2025 Web3 Perspective. Built in Cambodia. Serving the world."