export default function Home() { return (
{/* Header */}
๐ŸŒฟ SagePHR
{/* Hero */}

Stop hunting for medical records.
Start owning your health history.

Your Personal Health Record โ€” a secure, AI-enhanced repository for all your medical data. One place for lab results, medications, diagnoses, and emergency access.

Join Waitlist โ€” 50% Off Forever Learn More
{/* Problem */}

The Problem

๐Ÿ“
Average patient has records scattered across 5-7 providers
๐Ÿ“‹
1 in 4 Americans have incomplete medical histories
๐Ÿ”
Paper records get lost, faxed, forgotten
{/* Features */}

One Secure Place for Everything

{/* Pricing */}

Simple, Transparent Pricing

Launch Q3 2026 โ€ข Early adopter pricing

$9/month
50% off forever for early adopters
  • โœ… Unlimited health records
  • โœ… AI-powered health insights
  • โœ… Family sharing (up to 5 members)
  • โœ… Export to any provider (PDF, FHIR, C-CDA)
  • โœ… Emergency access QR code
Reserve Your Spot
{/* Waitlist */}

Join the Waitlist

First 500 get lifetime 50% discount. No spam, just updates on launch.

{/* Footer */}
) } function FeatureCard({ emoji, title, description }: { emoji: string; title: string; description: string }) { return (
{emoji}

{title}

{description}

) }