diff --git a/public/icon.svg b/public/icon.svg index d9b4d36..3888dfe 100644 --- a/public/icon.svg +++ b/public/icon.svg @@ -1,6 +1,3 @@ - - - - - - \ No newline at end of file + + 🌸 + diff --git a/src/app/(marketing)/layout.tsx b/src/app/(marketing)/layout.tsx index f4f358b..e94b269 100644 --- a/src/app/(marketing)/layout.tsx +++ b/src/app/(marketing)/layout.tsx @@ -1,6 +1,6 @@ import type { Metadata } from "next"; import Link from "next/link"; -import { NavAuthButton } from "@/components/marketing/NavAuthButton"; +import { MarketingNav } from "@/components/marketing/MarketingNav"; import Script from "next/script"; export const metadata: Metadata = { @@ -40,48 +40,32 @@ export default function MarketingLayout({ strategy="afterInteractive" /> - {/* Top nav */} -
-
- - 🌸 - - Tia - - - - - - -
-
+ {/* Scroll-reveal nav — appears after scrolling past hero */} +
{children}
{/* Footer */}