production #4

Merged
levis merged 18 commits from production into develop 2025-06-14 08:20:01 +00:00
2 changed files with 5 additions and 3 deletions
Showing only changes of commit ab316f2355 - Show all commits

View File

@ -4,7 +4,9 @@
<slot name="content" /> <slot name="content" />
<div class="flex items-center gap-32"> <div class="flex items-center gap-32">
<div class="russo-one-regular"> <div class="russo-one-regular">
<UiParagraph tag="span" class="[&]:text-5xl">Vino Galante</UiParagraph> <UiParagraph tag="span" class="[&]:text-5xl">
<RouterLink to="/"> Vino Galante </RouterLink>
</UiParagraph>
</div> </div>
<div class="flex space-x-10"> <div class="flex space-x-10">
<UiNav :nav-content="headerNavigation" /> <UiNav :nav-content="headerNavigation" />