-
-
+
+
+
+ {/* Mobile Menu */}
+
+
+
+
Home
+
+
+
- {item.text}
-
- ))}
+ Add
+
+ {menuItems.map((item) => (
+
item.disabled && e.preventDefault()}
+ >
+
+
{item.text}
+
+ ))}
+
-
+
>
);
}
-export function Navbar() {
- return (
-
-
-
-
-
- {items.map((v) => (
-
- ))}
-
-
-
- );
-}
-
-function Top() {
- return (
-
-
-
-
-
- );
-}
-
-function NavItem({
- disabled,
- icon,
- url,
- name,
-}: {
- disabled: boolean;
- icon: React.JSX.Element;
- name: string;
- url: string;
-}) {
- return (
-
-
-
- {icon}
-
-
-
- {name}
-
-
- );
-}
-
export default Menu;
diff --git a/apps/web/app/(landing)/Hero.tsx b/apps/web/app/(landing)/Hero.tsx
index 4a9a8e04..3c7b49e0 100644
--- a/apps/web/app/(landing)/Hero.tsx
+++ b/apps/web/app/(landing)/Hero.tsx
@@ -26,6 +26,18 @@ function Hero() {
return (
<>