complete share section and content of podcast
This commit is contained in:
parent
5d603dce90
commit
8eeb6d73d8
12 changed files with 253 additions and 14 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue