initial commit
This commit is contained in:
parent
bfe7515aa6
commit
5d603dce90
17 changed files with 977 additions and 64 deletions
|
@ -5,6 +5,15 @@ export function AboutPodcast() {
|
|||
<section className="bg-muted/50 py-12 md:py-16 lg:py-20">
|
||||
<div className="container px-4 md:px-6">
|
||||
<div className="grid gap-6 lg:grid-cols-2 lg:gap-12">
|
||||
<div className="space-y-4 ml-auto">
|
||||
<Image
|
||||
src="https://picsum.photos/450/450"
|
||||
alt="Podcast Cover Art"
|
||||
width={450}
|
||||
height={450}
|
||||
className="rounded-xl"
|
||||
/>
|
||||
</div>
|
||||
<div className="space-y-4 flex flex-col justify-center">
|
||||
<h2 className="text-3xl font-bold tracking-tight text-parch leading-normal">
|
||||
درباره پادکست
|
||||
|
@ -66,15 +75,6 @@ export function AboutPodcast() {
|
|||
</Card>
|
||||
</div> */}
|
||||
</div>
|
||||
<div className="space-y-4 mr-auto">
|
||||
<Image
|
||||
src="https://picsum.photos/450/450"
|
||||
alt="Podcast Cover Art"
|
||||
width={450}
|
||||
height={450}
|
||||
className="rounded-xl"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue