15 lines
488 B
HTML
15 lines
488 B
HTML
|
<nav class="container mx-auto px-6 py-3 flex justify-between items-center">
|
||
|
<div class="text-2xl font-bold text-gray-800"><a href="/">AnnoMemo</a></div>
|
||
|
<div>
|
||
|
<a href="#features" class="text-gray-600 hover:text-gray-800 px-3 py-2"
|
||
|
>Features</a
|
||
|
>
|
||
|
<a href="#integrations" class="text-gray-600 hover:text-gray-800 px-3 py-2"
|
||
|
>Integrations</a
|
||
|
>
|
||
|
<a href="#pricing" class="text-gray-600 hover:text-gray-800 px-3 py-2"
|
||
|
>Pricing</a
|
||
|
>
|
||
|
</div>
|
||
|
</nav>
|