From 4b3e8f788c5f8b828a8ed2f9a044d89454ab3797 Mon Sep 17 00:00:00 2001
From: Tony Giorgio
Date: Wed, 12 Nov 2025 09:46:52 -0600
Subject: [PATCH] Prioritize Google Play Store official launch on downloads and
marketing pages
- Add Google Play Store badge to marketing page hero section alongside App Store
- Feature official Play Store link prominently on downloads page with store badge
- Make beta testing and APK download secondary options with smaller styling
- Update Desktop button on marketing page to match store badge styling
- Remove platform-specific subtitle text to reflect multi-platform availability
Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>
---
frontend/src/components/Marketing.tsx | 17 ++++++---
frontend/src/routes/downloads.tsx | 52 +++++++++++++--------------
2 files changed, 39 insertions(+), 30 deletions(-)
diff --git a/frontend/src/components/Marketing.tsx b/frontend/src/components/Marketing.tsx
index bdd24830..ece8f262 100644
--- a/frontend/src/components/Marketing.tsx
+++ b/frontend/src/components/Marketing.tsx
@@ -327,11 +327,12 @@ export function Marketing() {