complete share section and content of podcast

This commit is contained in:
Mobin 2025-03-15 00:22:09 +03:30
parent 5d603dce90
commit 8eeb6d73d8
12 changed files with 253 additions and 14 deletions

View file

@ -4,7 +4,7 @@ import Image from "next/image";
export function PodcastHero() {
return (
<section className="relative pt-20 pb-16 md:pt-36 md:pb-24">
<section className="container relative pt-20 pb-16 md:pt-36 md:pb-24">
<div className="container px-4 md:px-6">
<div className="grid gap-6 lg:grid-cols-[1fr_400px] lg:gap-12 xl:grid-cols-[1fr_450px]">
<div className="flex flex-col justify-center space-y-4">
@ -42,7 +42,7 @@ export function PodcastHero() {
</Button>
</div>
</div>
<div className="mx-auto aspect-square overflow-hidden rounded-xl bg-muted lg:order-last">
<div className="aspect-square overflow-hidden rounded-xl bg-muted lg:order-last">
<Image
src="https://picsum.photos/450/450"
alt="Podcast Cover Art"