"use client"; import { ny } from "@/lib/utils"; import React from "react"; import CachedImage from "./CachedImage"; export default function Logo({ withText, ...props }: any) { return (