Update package dependencies, implement theme provider in layout, and refine component styles for improved responsiveness

This commit is contained in:
Mobin 2025-03-18 18:27:35 +03:30
parent 73112f6680
commit ef3b0c9997
13 changed files with 168 additions and 22 deletions

View file

@ -4,7 +4,7 @@ import Image from "next/image";
export function PodcastHero() {
return (
<section className="container relative pt-20 pb-16 md:pt-36 md:pb-24">
<section className="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">