import { memo } from "react"; import Image from "next/image"; import type { LogoWallViewProps } from "./LogoWall.types"; function LogoWallView({ isVisible, displayLogos, className }: LogoWallViewProps) { return (