From 377b0c60fbfa39e0109b2f9c1f640f2684897f59 Mon Sep 17 00:00:00 2001 From: Luke Vella Date: Sat, 29 Mar 2025 16:12:33 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20More=20consistent=20styling?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/landing/src/app/[locale]/layout.tsx | 91 ++++++++++++---------- apps/landing/src/app/[locale]/nav-link.tsx | 16 ++-- apps/landing/src/components/home/hero.tsx | 7 +- packages/ui/src/button.tsx | 8 +- 4 files changed, 63 insertions(+), 59 deletions(-) diff --git a/apps/landing/src/app/[locale]/layout.tsx b/apps/landing/src/app/[locale]/layout.tsx index dbcbb1a7f..dc0a8579c 100644 --- a/apps/landing/src/app/[locale]/layout.tsx +++ b/apps/landing/src/app/[locale]/layout.tsx @@ -7,9 +7,11 @@ import { DropdownMenu, DropdownMenuContent, DropdownMenuItem, + DropdownMenuLabel, DropdownMenuSeparator, DropdownMenuTrigger, } from "@rallly/ui/dropdown-menu"; +import { Icon } from "@rallly/ui/icon"; import { Analytics } from "@vercel/analytics/react"; import { MenuIcon } from "lucide-react"; import { domAnimation, LazyMotion } from "motion/react"; @@ -59,7 +61,7 @@ export default async function Root({ alt="rallly.co" /> -