From a2eed3c38bf5a42013cd1268a6f38a416a7a6de5 Mon Sep 17 00:00:00 2001 From: Gerwin Kuijntjes Date: Thu, 2 Apr 2026 13:42:51 +0200 Subject: [PATCH 1/5] Add Android support to landing page Replace all iOS-only references with iOS + Android across the landing page, meta tags, footer, and privacy policy. Convert Play Store "Coming Soon" placeholders into active Google Play links. Co-Authored-By: Claude Opus 4.6 (1M context) --- landing/src/components/Footer.astro | 2 ++ landing/src/components/Meta.astro | 2 +- landing/src/pages/index.astro | 24 +++++++++--------------- landing/src/pages/privacy.astro | 10 +++++----- 4 files changed, 17 insertions(+), 21 deletions(-) diff --git a/landing/src/components/Footer.astro b/landing/src/components/Footer.astro index b63e65d..03baee6 100644 --- a/landing/src/components/Footer.astro +++ b/landing/src/components/Footer.astro @@ -1,5 +1,6 @@ --- const APP_STORE_URL = "https://apps.apple.com/nl/app/pocketgraph/id1604368926"; +const PLAY_STORE_URL = "https://play.google.com/store/apps/details?id=nl.resoftware.pocketgraph"; ---