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
|
@ -2,9 +2,9 @@ import Image from "next/image";
|
|||
|
||||
export function AboutPodcast() {
|
||||
return (
|
||||
<section className="bg-muted/50 py-12 md:py-16 lg:py-20">
|
||||
<section className="container 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="grid gap-6 lg:grid-cols-[400px_1fr] lg:gap-12 xl:grid-cols-[450px_1fr]">
|
||||
<div className="space-y-4 ml-auto">
|
||||
<Image
|
||||
src="https://picsum.photos/450/450"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue