File size: 292 Bytes
01488bc
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
export function BrandMark() {
  return (
    <div className="brand-mark">
      <img alt="Liquid AI icon" className="brand-logo" src="/logo-light.webp" />
      <div className="brand-copy">
        <span>Liquid AI</span>
        <strong>LFM2-VL WebGPU</strong>
      </div>
    </div>
  );
}