import Link from "next/link"; import Image from "next/image"; type BrandAssetProps = { className?: string; title?: string; }; export function BrandMark({ className, title }: BrandAssetProps) { return ( {title ); } export function Brand() { return ( VniDrop Send files directly. Stay in control. ); }