You scroll back through WhatsApp messages to your mother-in-law. You check a
sticky note on the refrigerator. You open a notes app you downloaded last week
@@ -186,8 +186,8 @@ function Features() {
return (
-
What Tia does
-
+
What Tia does
+
Everything in one private place.
@@ -200,7 +200,7 @@ function Features() {
{f.icon}
-
{f.title}
+
{f.title}
-
Why Tia exists
+
Why Tia exists
-
+
TIA began with a promise.
-
+
When our daughter, Tia, was born, we wanted to remember everything — the tiny
stretches, the sleepy smiles, the moments that felt too precious to forget. But we
@@ -280,16 +280,16 @@ function HeirloomVision() {
return (
-
The heirloom vision
+
The heirloom vision
-
+
One day, your child will be able to{" "}
read their own story.
-
+
Everything you log today is a letter to your future child. The 2:47am feed.
The first solid. The doctor visit you worried about for a week. The photo from
the moment you realised she could recognise your voice.
@@ -303,7 +303,7 @@ function HeirloomVision() {
].map(item => (
{item.icon}
-
{item.title}
+
{item.title}
{item.desc}
))}
@@ -318,14 +318,14 @@ function Privacy() {
return (
-
Privacy & trust
+
Privacy & trust
-
+
We don't sell your data —
we preserve it.
-
+
Tia is a baby-tracking app. Your child's records are not the product.
They are the point.
@@ -356,8 +356,8 @@ function EarlyAccess() {
return (
-
Private early access
-
+
Private early access
+
Built by a parent, being tested by parents.
@@ -368,7 +368,7 @@ function EarlyAccess() {
].map(item => (
{item.icon}
-
{item.title}
+
{item.title}
{item.desc}
))}
@@ -383,7 +383,7 @@ function FinalCTA() {
return (
-
+
Start preserving your
child's story today.
diff --git a/src/app/(marketing)/partners/page.tsx b/src/app/(marketing)/partners/page.tsx
index 444e100..00a75c6 100644
--- a/src/app/(marketing)/partners/page.tsx
+++ b/src/app/(marketing)/partners/page.tsx
@@ -17,8 +17,8 @@ export default function PartnersPage() {
return (
-
Work with us
-
Partners
+
Work with us
+
Partners
diff --git a/src/app/(marketing)/pricing/page.tsx b/src/app/(marketing)/pricing/page.tsx
index 58f07e0..6f47290 100644
--- a/src/app/(marketing)/pricing/page.tsx
+++ b/src/app/(marketing)/pricing/page.tsx
@@ -16,9 +16,9 @@ export const metadata: Metadata = {
export default function PricingPage() {
return (
-
Pricing
+
Pricing
-
+
Founder pricing.
diff --git a/src/app/globals.css b/src/app/globals.css
index 326a6aa..abf83d0 100644
--- a/src/app/globals.css
+++ b/src/app/globals.css
@@ -56,6 +56,11 @@
animation: cta-pulse 2.6s ease-out infinite;
}
+/* ── Editorial font utilities (marketing pages) ── */
+.font-fraunces { font-family: var(--font-fraunces, Georgia, serif); }
+.font-newsreader { font-family: var(--font-newsreader, Georgia, serif); }
+.font-jetbrains { font-family: var(--font-jetbrains, ui-monospace, monospace); }
+
/* hide scrollbar but keep scroll */
.scrollbar-hide {
scrollbar-width: none;