Update UI styling and layout in site components
The commit modifies various components across the marketing site to update layout and styling. The changes include adjustments to shadowing, spacing, and button configurations. It also updates the text and image assets, enhancing the overall visual representation of the website. Some buttons and components have also been removed or replaced for a more streamlined interface.
This commit is contained in:
@@ -47,7 +47,7 @@ export function SiteNavigation() {
|
||||
<NavigationMenu>
|
||||
<NavigationMenuList
|
||||
className={
|
||||
'space-x-1.5 rounded-full px-1 py-2 shadow-sm dark:shadow-primary/20'
|
||||
'space-x-1.5 rounded-full px-1 py-2 shadow-sm dark:shadow-primary/10'
|
||||
}
|
||||
>
|
||||
{NavItems}
|
||||
|
||||
Reference in New Issue
Block a user