import { appConfig } from "@/shared/config/app-config"; import Image from "next/image"; export default function LogoImage() { return (
Logo
); }