1.0.0•Updated 2 months ago
export default function TopBar() {
return (
<div>
<div class="max-w-screen-md mx-auto flex flex-col items-center justify-center">
<img
class="my-6"
src="/logo.svg"
width="128"
height="128"
alt="the Lynx logo: a rounded black square with the words 'Lynx - Your Partner in Advertising.'"
/>
<h1 class="text-4xl font-bold my-10">Welcome to Lynx</h1>
<h1 class="text-4xl font-bold my-10">Welcome to Lynx</h1>
<h1 class="text-4xl font-bold my-10">Welcome to Lynx</h1>
<h1 class="text-4xl font-bold my-10">Welcome to Lynx</h1>
<h1 class="text-4xl font-bold my-10">Welcome to Lynx</h1>
<h1 class="text-4xl font-bold my-10">Welcome to Lynx</h1>
<h1 class="text-4xl font-bold my-10">Welcome to Lynx</h1>
<h1 class="text-4xl font-bold my-10">Welcome to Lynx</h1>
<h1 class="text-4xl font-bold my-10">Welcome to Lynx</h1>
<h1 class="text-4xl font-bold my-10">Welcome to Lynx</h1>
<h1 class="text-4xl font-bold my-10">Welcome to Lynx</h1>
</div>
</div>
);
}