diff --git a/src/pages/Home/sections/VideocastPodcastSection.tsx b/src/pages/Home/sections/VideocastPodcastSection.tsx index 5f16788..e6571ea 100644 --- a/src/pages/Home/sections/VideocastPodcastSection.tsx +++ b/src/pages/Home/sections/VideocastPodcastSection.tsx @@ -99,8 +99,8 @@ export default function VideocastPodcastSection({ only }: { only?: 'video' | 'po {/* featured */} -
- +
+
{/* play */}
)} - {/* ── PODCAST 30% ── */} + {/* ── PODCAST (full width) ── */} {showPod && ( -
+
{/* heading */} -
-
-
- PODCAST +
+
+
+
+ PODCAST +
+

{t.podLabel}

+

{t.podSub}

-

{t.podLabel}

-

{t.podSub}

+
- {/* circular cover + info */} -
-
- {/* spinning gradient ring */} -
- {/* white gap ring */} -
- -
+ {/* featured player (start) + episode list (end) */} +
-
-
{pod[lang].ep}
-

{pod[lang].title}

-

{pod[lang].desc}

- {pod.duration} -
- - {/* progress */} -
-
-
-
-
- ۲۰:۱۲{pod.duration} -
-
-
- - {/* episode list */} -
- {PODCASTS.map((p, i) => ( - - ))} -
+
+

{pod[lang].desc}

- + {/* progress */} +
+
+
+
+
+ ۲۰:۱۲{pod.duration} +
+
+ + {/* controls */} +
+ + + +
+
+ + {/* ── episode list ── */} +
+ {PODCASTS.map((p, i) => ( + + ))} +
+
)}