diff --git a/src/app/(marketing)/layout.tsx b/src/app/(marketing)/layout.tsx index b42ecbc..94e8375 100644 --- a/src/app/(marketing)/layout.tsx +++ b/src/app/(marketing)/layout.tsx @@ -81,32 +81,32 @@ export default function MarketingLayout({ {/* Company */}
-

Company

- About - Blog - Partners +

Company

+ About + Blog + Partners
{/* Legal */}
-

Legal

- Pricing - Privacy Policy - Terms of Service +

Legal

+ Pricing + Privacy Policy + Terms of Service
{/* Contact */}
-

Contact

+

Contact

+91 95548 81799 hello@tia.baby diff --git a/src/app/(marketing)/page.tsx b/src/app/(marketing)/page.tsx index 1224a18..a70866c 100644 --- a/src/app/(marketing)/page.tsx +++ b/src/app/(marketing)/page.tsx @@ -66,7 +66,7 @@ function Hero() { -

+

Tia is a digital heirloom — not just a tracker. Every feed, every first word, every vaccination, archived in one private place your child will one day look back on. diff --git a/src/components/marketing/MarketingNav.tsx b/src/components/marketing/MarketingNav.tsx index 6691de4..bdc5b83 100644 --- a/src/components/marketing/MarketingNav.tsx +++ b/src/components/marketing/MarketingNav.tsx @@ -7,7 +7,7 @@ import { NavAuthButton } from "./NavAuthButton"; function navLinkClass(pathname: string, href: string) { const isActive = pathname === href || pathname.startsWith(href + "/"); // border-transparent always reserves the border space → no layout shift on hover - const base = "text-sm px-3 py-1.5 rounded-full border transition-all duration-150"; + const base = "font-fraunces text-sm px-3 py-1.5 rounded-full border transition-all duration-150"; return isActive ? `${base} font-medium text-rose-600 border-transparent` : `${base} font-normal text-gray-600 border-transparent hover:border-rose-300 hover:bg-rose-50 hover:text-rose-500`;