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:
giancarlo
2024-04-08 21:28:58 +08:00
parent 13308194ec
commit 80952dc445
6 changed files with 37 additions and 34 deletions

View File

@@ -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}