diff --git a/src/app/(marketing)/layout.tsx b/src/app/(marketing)/layout.tsx index 94e8375..ea34fbb 100644 --- a/src/app/(marketing)/layout.tsx +++ b/src/app/(marketing)/layout.tsx @@ -71,7 +71,7 @@ export default function MarketingLayout({ Tia -
+
A digital heirloom for your baby.
Every moment, preserved — privately.
Company
- About - Blog - Partners + About + Blog + PartnersLegal
- Pricing - Privacy Policy - Terms of Service + Pricing + Privacy Policy + Terms of ServiceContact
+91 95548 81799 hello@tia.baby diff --git a/src/app/(marketing)/page.tsx b/src/app/(marketing)/page.tsx index a70866c..a05d66a 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/app/globals.css b/src/app/globals.css index abf83d0..1c1f756 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -61,6 +61,9 @@ .font-newsreader { font-family: var(--font-newsreader, Georgia, serif); } .font-jetbrains { font-family: var(--font-jetbrains, ui-monospace, monospace); } +/* Explicit pin so footer links read clearly lighter than their headings */ +.text-gray-500 { color: var(--color-gray-500); } + /* hide scrollbar but keep scroll */ .scrollbar-hide { scrollbar-width: none;