import { siteConfig } from '@/lib/config' import CONFIG from '../config' import { Logo } from './Logo' import SocialButton from '@/themes/fukasawa/components/SocialButton' import { SVGFooterCircleBG } from './svg/SVGFooterCircleBG' import { checkContainHttp, sliceUrlFromHttp } from '@/lib/utils' /* eslint-disable @next/next/no-img-element */ export const Footer = (props) => { const latestPosts = props?.latestPosts ? props?.latestPosts.slice(0, 2) : [] return <> {/* */} {/* */} }