diff --git a/Shared/Views/SettingsView/SettingsView.swift b/Shared/Views/SettingsView/SettingsView.swift index 50e2191..37db7d3 100644 --- a/Shared/Views/SettingsView/SettingsView.swift +++ b/Shared/Views/SettingsView/SettingsView.swift @@ -1072,7 +1072,7 @@ struct SettingsContentView: View { theme.currentTheme.secondaryBGColor Button(action: { AnalyticsManager.shared.track(.eulaViewed) - if let url = URL(string: "https://feels.app/eula.html") { + if let url = URL(string: "https://feels.88oakapps.com/eula.html") { UIApplication.shared.open(url) } }, label: { @@ -1091,7 +1091,7 @@ struct SettingsContentView: View { theme.currentTheme.secondaryBGColor Button(action: { AnalyticsManager.shared.track(.privacyPolicyViewed) - if let url = URL(string: "https://feels.app/privacy.html") { + if let url = URL(string: "https://feels.88oakapps.com/privacy.html") { UIApplication.shared.open(url) } }, label: { @@ -1814,7 +1814,7 @@ struct SettingsView: View { theme.currentTheme.secondaryBGColor Button(action: { AnalyticsManager.shared.track(.eulaViewed) - openURL(URL(string: "https://feels.app/eula.html")!) + openURL(URL(string: "https://feels.88oakapps.com/eula.html")!) }, label: { Text(String(localized: "settings_view_show_eula")) .foregroundColor(textColor) @@ -1830,7 +1830,7 @@ struct SettingsView: View { theme.currentTheme.secondaryBGColor Button(action: { AnalyticsManager.shared.track(.privacyPolicyViewed) - openURL(URL(string: "https://feels.app/privacy.html")!) + openURL(URL(string: "https://feels.88oakapps.com/privacy.html")!) }, label: { Text(String(localized: "settings_view_show_privacy")) .foregroundColor(textColor) diff --git a/landing_page/app-icon.png b/landing_page/app-icon.png new file mode 100644 index 0000000..c440a16 Binary files /dev/null and b/landing_page/app-icon.png differ diff --git a/landing_page/eula.html b/landing_page/eula.html new file mode 100644 index 0000000..f2f8fe4 --- /dev/null +++ b/landing_page/eula.html @@ -0,0 +1,474 @@ + + + + + + Feels — End User License Agreement + + + + + + + + + + + + + + + + + + diff --git a/landing_page/index.html b/landing_page/index.html index ac6b714..45dc5a6 100644 --- a/landing_page/index.html +++ b/landing_page/index.html @@ -4,6 +4,8 @@ Feels — Track Your Emotional Journey + + @@ -84,6 +86,15 @@ font-size: 1.5rem; font-weight: 400; letter-spacing: -0.02em; + display: flex; + align-items: center; + gap: 0.5rem; + } + + .logo-icon { + width: 32px; + height: 32px; + border-radius: 8px; } .nav-links { @@ -786,6 +797,9 @@ .footer-logo { font-family: 'Instrument Serif', serif; font-size: 1.25rem; + display: flex; + align-items: center; + gap: 0.5rem; } .footer-links { @@ -872,7 +886,7 @@