From d9ed207905f129559ee3f244647b4099fb3cfed5 Mon Sep 17 00:00:00 2001 From: Mauricio Siu Date: Wed, 11 Mar 2026 11:28:28 -0600 Subject: [PATCH] feat: enhance Header component with improved navigation links - Updated the MobileNavigation to include new links for Application Deployment and Databases, enhancing feature visibility. - Replaced the static Features link with a NavigationMenuTrigger for better organization and user interaction. - Added descriptive content for the new navigation items to improve user experience. --- apps/website/components/Header.tsx | 35 +++++++++++++++--------------- 1 file changed, 17 insertions(+), 18 deletions(-) diff --git a/apps/website/components/Header.tsx b/apps/website/components/Header.tsx index d45f29d..d144a35 100644 --- a/apps/website/components/Header.tsx +++ b/apps/website/components/Header.tsx @@ -107,7 +107,12 @@ function MobileNavigation() { as="div" className="absolute inset-x-0 top-full mt-4 flex origin-top flex-col rounded-2xl border border-border bg-background p-4 text-lg tracking-tight text-primary shadow-xl ring-1 ring-border/5" > - Features +

+ Features +

+ Application Deployment + Databases +
Pricing

@@ -205,23 +210,17 @@ export function Header() { - - - trackGAEvent({ - action: "Nav Link Clicked", - category: "Navigation", - label: "/#features", - }) - } - > - Features - - + Features + +

+