diff --git a/src/app/podcast/page.tsx b/src/app/podcast/page.tsx index 7abbb9a..e4bc022 100644 --- a/src/app/podcast/page.tsx +++ b/src/app/podcast/page.tsx @@ -1,7 +1,6 @@ "use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import Link from "next/link"; import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline"; import ProductCardOne from "@/components/sections/product/ProductCardOne"; import FaqSplitText from "@/components/sections/faq/FaqSplitText";