Update site navigation styles and cleanup page imports

The navigation menu item styles were adjusted for better appearance. Also, the spacing in the NavigationMenuList was increased for better user experience. Moreover, a few unused imports in page.tsx were removed to clean up the code. Additionally, the button class formatting was adjusted for better readability and consistency.
This commit is contained in:
gbuomprisco
2024-07-19 00:00:57 +02:00
parent 1510ddec09
commit 5ee7bacb2a
3 changed files with 6 additions and 11 deletions

View File

@@ -53,7 +53,7 @@ export function SiteNavigation() {
'rounded-full border border-gray-100 px-4 py-2 dark:border-primary/10'
}
>
<NavigationMenuList className={'space-x-1'}>
<NavigationMenuList className={'space-x-4'}>
{NavItems}
</NavigationMenuList>
</NavigationMenu>