Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ function Hero() {
<div className="flex flex-col items-center justify-center gap-4 text-center">
<h1 className="text-center font-display text-6xl/[0.9] font-bold tracking-tight sm:text-6xl md:text-8xl">
Building digital healthcare <br />{' '}
<span className="text-[#047857]">for everyone.</span>
<span className="text-[#047857]">for everyone</span>
</h1>
<p className="mt-8 max-w-4xl text-xl/7 font-medium text-gray-950/75 sm:text-2xl/8">
<span className="font-semibold">
Expand Down
Loading