fix the conflict

This commit is contained in:
Saeed 2025-03-30 15:09:15 +03:30
commit ada61914ec
11 changed files with 6645 additions and 42 deletions

View file

@ -1,13 +1,18 @@
"use client";
import { Github, Instagram, Twitter, Youtube } from "lucide-react";
import Image from "next/image";
import { Footer, FooterBottom, FooterColumn, FooterContent } from "./ui/footer";
import Link from "next/link";
import { usePathname } from "next/navigation";
export default function FooterSection() {
const pathname = usePathname();
return (
<footer className="w-full bg-background">
<div className="mx-auto">
<Footer>
<Footer className={`${pathname.includes("/podcast/") ? "pb-12" : ""}`}>
<FooterContent className="container">
<FooterColumn className="col-span-2 sm:col-span-3 md:col-span-1">
<div className="flex items-center">