From a8b7504a15ada79853a444e9e015cd585780cf82 Mon Sep 17 00:00:00 2001 From: Sean O'Connor Date: Sun, 23 Aug 2026 01:20:22 -0400 Subject: [PATCH] Refresh web branding for new app theme --- src/app/(marketing)/access/page.tsx | 10 +- src/app/(marketing)/how-it-works/page.tsx | 14 +-- src/app/(marketing)/page.tsx | 24 ++-- src/app/(marketing)/privacy/page.tsx | 13 +-- src/components/feature-showcase.tsx | 4 +- src/components/screen-background.tsx | 15 +-- src/components/site-footer.tsx | 4 +- src/components/site-header.tsx | 30 ++++- src/components/ui/button.tsx | 12 +- src/styles/globals.css | 135 ++++++++++++++++++---- 10 files changed, 182 insertions(+), 79 deletions(-) diff --git a/src/app/(marketing)/access/page.tsx b/src/app/(marketing)/access/page.tsx index 7916313..55a9d70 100644 --- a/src/app/(marketing)/access/page.tsx +++ b/src/app/(marketing)/access/page.tsx @@ -78,7 +78,7 @@ export default function AccessPage() {

-
+
@@ -104,7 +104,7 @@ export default function AccessPage() {
-
+
Made for real life

@@ -118,7 +118,7 @@ export default function AccessPage() { return (

-
+

Keep your care team in the loop

diff --git a/src/app/(marketing)/how-it-works/page.tsx b/src/app/(marketing)/how-it-works/page.tsx index f9afae7..029aff5 100644 --- a/src/app/(marketing)/how-it-works/page.tsx +++ b/src/app/(marketing)/how-it-works/page.tsx @@ -68,7 +68,7 @@ export default function HowItWorksPage() {
-
+
Start where the information is

@@ -81,7 +81,7 @@ export default function HowItWorksPage() { return (
@@ -126,7 +126,7 @@ export default function HowItWorksPage() { The visit remains available beside the summary so you can check wording, follow-ups, and the details you want to remember.

-

+

Stay oriented: move between the transcript and summary whenever you want the fuller context. @@ -146,7 +146,7 @@ export default function HowItWorksPage() {

-
+

-
+
@@ -222,7 +222,7 @@ export default function HowItWorksPage() { {boundaries.map((item) => (
  • -
    +

    Privacy should feel understandable. diff --git a/src/app/(marketing)/page.tsx b/src/app/(marketing)/page.tsx index 90fad05..bcc4af9 100644 --- a/src/app/(marketing)/page.tsx +++ b/src/app/(marketing)/page.tsx @@ -99,7 +99,8 @@ export default function HomePage() { return ( <>
    -
    +
    +
    @@ -156,7 +157,7 @@ export default function HomePage() {

    -
    +

    The connected picture @@ -199,7 +200,7 @@ export default function HomePage() { {visitMoments.map((moment, index) => (

  • @@ -233,8 +234,7 @@ export default function HomePage() {
  • -
    -
    +

    @@ -288,7 +288,7 @@ export default function HomePage() { ].map((item) => (

    -
    +

    @@ -360,7 +360,7 @@ export default function HomePage() { to review together.

    -
    +
    -
    +
    -
    +
    -
    +
    @@ -493,7 +493,7 @@ export default function HomePage() {
    -
    +

    Made for people who carry a lot

    diff --git a/src/app/(marketing)/privacy/page.tsx b/src/app/(marketing)/privacy/page.tsx index 722ca98..59c5c02 100644 --- a/src/app/(marketing)/privacy/page.tsx +++ b/src/app/(marketing)/privacy/page.tsx @@ -78,16 +78,13 @@ export default function PrivacyPage() {
    -
    +
    {principles.map((item) => { const Icon = item.icon; return ( -
    +
    -
    +

    @@ -168,7 +165,7 @@ export default function PrivacyPage() {

    -
    +

    See how Medscribe fits into the day. diff --git a/src/components/feature-showcase.tsx b/src/components/feature-showcase.tsx index af73ee0..ea4d4df 100644 --- a/src/components/feature-showcase.tsx +++ b/src/components/feature-showcase.tsx @@ -143,7 +143,7 @@ export function FeatureShowcase() { "focus-visible:ring-primary/40 inline-flex min-h-11 shrink-0 items-center gap-2 rounded-full border px-4 py-2 text-sm font-semibold transition-colors outline-none focus-visible:ring-2", isActive ? "border-primary-button bg-primary-button text-white shadow-sm" - : "border-border-soft bg-surface text-muted-foreground hover:border-primary/30 hover:text-foreground", + : "border-border-soft bg-surface/75 text-muted-foreground hover:border-primary/30 hover:text-foreground backdrop-blur-xl", )} >

    -
    +
    -
    -
    +
    +
    +
    +
    ); } diff --git a/src/components/site-footer.tsx b/src/components/site-footer.tsx index d7c382c..e4257e3 100644 --- a/src/components/site-footer.tsx +++ b/src/components/site-footer.tsx @@ -10,8 +10,8 @@ const footerLinks = [ export function SiteFooter() { return ( -