Fertig
This commit is contained in:
12
components/brand-logo.tsx
Normal file
12
components/brand-logo.tsx
Normal file
@@ -0,0 +1,12 @@
|
||||
export function BrandLogo({ className = "" }: { className?: string }) {
|
||||
return (
|
||||
<span className={`brand-logo-text ${className}`} aria-hidden="true">
|
||||
<span className="blt-name">Southern Masonry Supply</span>
|
||||
<span className="blt-tagline">
|
||||
<span className="blt-line" />
|
||||
<span className="blt-city">CORPUS CHRISTI, TX</span>
|
||||
<span className="blt-line" />
|
||||
</span>
|
||||
</span>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user