finish up marketing push for northwell

This commit is contained in:
2026-07-13 18:36:20 -04:00
parent 2f8dcd66ad
commit d3c30859b2
3 changed files with 117 additions and 55 deletions
+5 -2
View File
@@ -1,14 +1,14 @@
export function SiteFooter() {
return (
<footer className="print-hidden border-t border-border-soft bg-surface/70">
<div className="mx-auto flex max-w-6xl flex-col gap-4 px-4 py-10 text-sm text-muted-foreground sm:px-6 sm:flex-row sm:items-center sm:justify-between">
<div className="mx-auto flex max-w-5xl flex-col gap-4 px-4 py-10 text-sm text-muted-foreground sm:px-6 sm:flex-row sm:items-center sm:justify-between">
<div>
<p className="font-serif text-base font-semibold text-foreground">Medscribe</p>
<p className="mt-1 max-w-md leading-relaxed">
Be known when care gets complicated.
</p>
</div>
<div>
<div className="sm:text-right">
<p>
Built by{" "}
<a
@@ -18,6 +18,9 @@ export function SiteFooter() {
Sean O&apos;Connor
</a>
</p>
<p className="mt-1 text-xs text-muted-foreground/80">
&copy; {new Date().getFullYear()} Hadlock Holdings LLC
</p>
</div>
</div>
</footer>