[object Object]

← back to Boomer Calculator

Boomer Calc: wire REAL AdMob ids (app ~7368317108, banner /7591678383) + production mode

9be16829c23f0ef22932e5a8e2ac877d5c880e35 · 2026-08-07 16:20:21 -0700 · steve

Created in AdMob console (pub-5278231299883833) via portal-driver. isTesting/initializeForTesting=false.

Files touched

Diff

commit 9be16829c23f0ef22932e5a8e2ac877d5c880e35
Author: steve <steve@designerwallcoverings.com>
Date:   Fri Aug 7 16:20:21 2026 -0700

    Boomer Calc: wire REAL AdMob ids (app ~7368317108, banner /7591678383) + production mode
    
    Created in AdMob console (pub-5278231299883833) via portal-driver. isTesting/initializeForTesting=false.
---
 components/Ads.tsx                                    | 19 ++++++++++---------
 ios/App/App/Info.plist                                |  6 ++----
 out/404.html                                          |  2 +-
 ...9e3ea61e66229d7f.js => layout-f61ae32ec34132b3.js} |  2 +-
 .../_buildManifest.js                                 |  0
 .../_ssgManifest.js                                   |  0
 out/index.html                                        |  2 +-
 out/index.txt                                         |  4 ++--
 out/privacy.html                                      |  2 +-
 out/privacy.txt                                       |  4 ++--
 out/support.html                                      |  2 +-
 out/support.txt                                       |  4 ++--
 12 files changed, 23 insertions(+), 24 deletions(-)

diff --git a/components/Ads.tsx b/components/Ads.tsx
index db707f5..cf7b0db 100644
--- a/components/Ads.tsx
+++ b/components/Ads.tsx
@@ -14,16 +14,17 @@ import { Capacitor } from '@capacitor/core'
  * runtime via Capacitor.isNativePlatform() — never inject AdSense into the app,
  * never initialize AdMob on the web.
  *
- * The AdMob IDs below are Google's official public TEST IDs. Swap for the real
- * AdMob app + ad-unit IDs (created in the AdMob console) before the store build.
+ * The AdMob IDs below are the REAL ids for "Boomer Calc" (AdMob console,
+ * pub-5278231299883833, created 2026-08-07). The app id also lives in
+ * ios/App/App/Info.plist (GADApplicationIdentifier).
  */
 
 const ADSENSE_CLIENT = 'ca-pub-5278231299883833'
 
-// Google's official AdMob TEST ids (safe placeholders — never bill, never violate).
-const ADMOB_TEST = {
-  iosAppId: 'ca-app-pub-3940256099942544~1458002511',
-  iosBanner: 'ca-app-pub-3940256099942544/2934735716',
+// Real AdMob ids for Boomer Calc (iOS).
+const ADMOB = {
+  iosAppId: 'ca-app-pub-5278231299883833~7368317108',
+  iosBanner: 'ca-app-pub-5278231299883833/7591678383',
 }
 
 function isNative(): boolean {
@@ -51,13 +52,13 @@ export default function Ads() {
             /* ATT unavailable (<iOS14) or already answered — ignore */
           }
           await AdMob.initialize({
-            initializeForTesting: true,
+            initializeForTesting: false,
           })
           await AdMob.showBanner({
-            adId: ADMOB_TEST.iosBanner,
+            adId: ADMOB.iosBanner,
             adSize: BannerAdSize.ADAPTIVE_BANNER,
             position: BannerAdPosition.BOTTOM_CENTER,
-            isTesting: true, // flip to false once real ad-unit ids are in
+            isTesting: false, // real ad unit; AdMob limits serving until the app is approved
           })
         } catch (e) {
           // Never let an ad failure break the (joke) calculator.
diff --git a/ios/App/App/Info.plist b/ios/App/App/Info.plist
index b95050d..b15612b 100644
--- a/ios/App/App/Info.plist
+++ b/ios/App/App/Info.plist
@@ -58,11 +58,9 @@
 	<key>UIStatusBarStyle</key>
 	<string>UIStatusBarStyleLightContent</string>
 	<!-- ===== AdMob (in-app ads; replaces the AdSense web tag on native) =====
-	     GADApplicationIdentifier below is Google's official TEST app id.
-	     Swap for the REAL AdMob app id (ca-app-pub-5278231299883833~XXXXXXXXXX)
-	     created in the AdMob console before the store build. -->
+	     REAL AdMob app id for "Boomer Calc" (created 2026-08-07, pub-5278231299883833). -->
 	<key>GADApplicationIdentifier</key>
-	<string>ca-app-pub-3940256099942544~1458002511</string>
+	<string>ca-app-pub-5278231299883833~7368317108</string>
 	<key>NSUserTrackingUsageDescription</key>
 	<string>Boomer Calc uses your data to show more relevant ads. You can decline and still use the app.</string>
 	<key>SKAdNetworkItems</key>
diff --git a/out/404.html b/out/404.html
index b9e2674..9a91a72 100644
--- a/out/404.html
+++ b/out/404.html
@@ -1 +1 @@
-<!DOCTYPE html><html lang="en"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover"/><link rel="preload" href="/_next/static/media/e4af272ccee01ff0-s.p.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="stylesheet" href="/_next/static/css/67036131b6ae7bc2.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/webpack-9bb46ca1fa3f9a7b.js"/><script src="/_next/static/chunks/fd9d1056-9f91b5e418130764.js" async=""></script><script src="/_next/static/chunks/117-ea0db1a6324509e4.js" async=""></script><script src="/_next/static/chunks/main-app-db613fed919dc4ab.js" async=""></script><script src="/_next/static/chunks/app/layout-9e3ea61e66229d7f.js" async=""></script><meta name="robots" content="noindex"/><link rel="apple-touch-icon" href="/icon-192.png"/><title>404: This page could not be found.</title><meta name="theme-color" content="#9333ea"/><title>Boomer Calc - Easy Calculator</title><meta name="description" content="Simple, easy-to-read calculator with big numbers. Perfect for everyone!"/><meta name="application-name" content="Boomer Calc"/><link rel="manifest" href="/manifest.json" crossorigin="use-credentials"/><meta name="apple-mobile-web-app-capable" content="yes"/><meta name="apple-mobile-web-app-title" content="Boomer Calc"/><meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"/><link rel="icon" href="/icon-192.png"/><link rel="apple-touch-icon" href="/icon-192.png"/><meta name="next-size-adjust"/><script src="/_next/static/chunks/polyfills-42372ed130431b0a.js" noModule=""></script></head><body class="__className_f367f3"><div style="font-family:system-ui,&quot;Segoe UI&quot;,Roboto,Helvetica,Arial,sans-serif,&quot;Apple Color Emoji&quot;,&quot;Segoe UI Emoji&quot;;height:100vh;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center"><div><style>body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}</style><h1 class="next-error-h1" style="display:inline-block;margin:0 20px 0 0;padding:0 23px 0 0;font-size:24px;font-weight:500;vertical-align:top;line-height:49px">404</h1><div style="display:inline-block"><h2 style="font-size:14px;font-weight:400;line-height:49px;margin:0">This page could not be found.</h2></div></div></div><script src="/_next/static/chunks/webpack-9bb46ca1fa3f9a7b.js" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0]);self.__next_f.push([2,null])</script><script>self.__next_f.push([1,"1:HL[\"/_next/static/media/e4af272ccee01ff0-s.p.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n2:HL[\"/_next/static/css/67036131b6ae7bc2.css\",\"style\"]\n"])</script><script>self.__next_f.push([1,"3:I[2846,[],\"\"]\n5:I[4707,[],\"\"]\n6:I[6423,[],\"\"]\nb:I[1999,[\"185\",\"static/chunks/app/layout-9e3ea61e66229d7f.js\"],\"default\"]\nd:I[1060,[],\"\"]\n7:{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"}\n8:{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"}\n9:{\"display\":\"inline-block\"}\na:{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0}\ne:[]\n"])</script><script>self.__next_f.push([1,"0:[\"$\",\"$L3\",null,{\"buildId\":\"0ZrxxP-jHqjRF3TOq4BUt\",\"assetPrefix\":\"\",\"urlParts\":[\"\",\"_not-found\"],\"initialTree\":[\"\",{\"children\":[\"/_not-found\",{\"children\":[\"__PAGE__\",{}]}]},\"$undefined\",\"$undefined\",true],\"initialSeedData\":[\"\",{\"children\":[\"/_not-found\",{\"children\":[\"__PAGE__\",{},[[\"$L4\",[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"},\"children\":\"404\"}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0},\"children\":\"This page could not be found.\"}]}]]}]}]],null],null],null]},[null,[\"$\",\"$L5\",null,{\"parallelRouterKey\":\"children\",\"segmentPath\":[\"children\",\"/_not-found\",\"children\"],\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L6\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"notFoundStyles\":\"$undefined\"}]],null]},[[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/67036131b6ae7bc2.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"en\",\"children\":[[\"$\",\"head\",null,{\"children\":[\"$\",\"link\",null,{\"rel\":\"apple-touch-icon\",\"href\":\"/icon-192.png\"}]}],[\"$\",\"body\",null,{\"className\":\"__className_f367f3\",\"children\":[[\"$\",\"$L5\",null,{\"parallelRouterKey\":\"children\",\"segmentPath\":[\"children\"],\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L6\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":\"$7\",\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":\"$8\",\"children\":\"404\"}],[\"$\",\"div\",null,{\"style\":\"$9\",\"children\":[\"$\",\"h2\",null,{\"style\":\"$a\",\"children\":\"This page could not be found.\"}]}]]}]}]],\"notFoundStyles\":[]}],[\"$\",\"$Lb\",null,{}]]}]]}]],null],null],\"couldBeIntercepted\":false,\"initialHead\":[[\"$\",\"meta\",null,{\"name\":\"robots\",\"content\":\"noindex\"}],\"$Lc\"],\"globalErrorComponent\":\"$d\",\"missingSlots\":\"$We\"}]\n"])</script><script>self.__next_f.push([1,"c:[[\"$\",\"meta\",\"0\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1, viewport-fit=cover\"}],[\"$\",\"meta\",\"1\",{\"name\":\"theme-color\",\"content\":\"#9333ea\"}],[\"$\",\"meta\",\"2\",{\"charSet\":\"utf-8\"}],[\"$\",\"title\",\"3\",{\"children\":\"Boomer Calc - Easy Calculator\"}],[\"$\",\"meta\",\"4\",{\"name\":\"description\",\"content\":\"Simple, easy-to-read calculator with big numbers. Perfect for everyone!\"}],[\"$\",\"meta\",\"5\",{\"name\":\"application-name\",\"content\":\"Boomer Calc\"}],[\"$\",\"link\",\"6\",{\"rel\":\"manifest\",\"href\":\"/manifest.json\",\"crossOrigin\":\"use-credentials\"}],[\"$\",\"meta\",\"7\",{\"name\":\"apple-mobile-web-app-capable\",\"content\":\"yes\"}],[\"$\",\"meta\",\"8\",{\"name\":\"apple-mobile-web-app-title\",\"content\":\"Boomer Calc\"}],[\"$\",\"meta\",\"9\",{\"name\":\"apple-mobile-web-app-status-bar-style\",\"content\":\"black-translucent\"}],[\"$\",\"link\",\"10\",{\"rel\":\"icon\",\"href\":\"/icon-192.png\"}],[\"$\",\"link\",\"11\",{\"rel\":\"apple-touch-icon\",\"href\":\"/icon-192.png\"}],[\"$\",\"meta\",\"12\",{\"name\":\"next-size-adjust\"}]]\n4:null\n"])</script></body></html>
\ No newline at end of file
+<!DOCTYPE html><html lang="en"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover"/><link rel="preload" href="/_next/static/media/e4af272ccee01ff0-s.p.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="stylesheet" href="/_next/static/css/67036131b6ae7bc2.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/webpack-9bb46ca1fa3f9a7b.js"/><script src="/_next/static/chunks/fd9d1056-9f91b5e418130764.js" async=""></script><script src="/_next/static/chunks/117-ea0db1a6324509e4.js" async=""></script><script src="/_next/static/chunks/main-app-db613fed919dc4ab.js" async=""></script><script src="/_next/static/chunks/app/layout-f61ae32ec34132b3.js" async=""></script><meta name="robots" content="noindex"/><link rel="apple-touch-icon" href="/icon-192.png"/><title>404: This page could not be found.</title><meta name="theme-color" content="#9333ea"/><title>Boomer Calc - Easy Calculator</title><meta name="description" content="Simple, easy-to-read calculator with big numbers. Perfect for everyone!"/><meta name="application-name" content="Boomer Calc"/><link rel="manifest" href="/manifest.json" crossorigin="use-credentials"/><meta name="apple-mobile-web-app-capable" content="yes"/><meta name="apple-mobile-web-app-title" content="Boomer Calc"/><meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"/><link rel="icon" href="/icon-192.png"/><link rel="apple-touch-icon" href="/icon-192.png"/><meta name="next-size-adjust"/><script src="/_next/static/chunks/polyfills-42372ed130431b0a.js" noModule=""></script></head><body class="__className_f367f3"><div style="font-family:system-ui,&quot;Segoe UI&quot;,Roboto,Helvetica,Arial,sans-serif,&quot;Apple Color Emoji&quot;,&quot;Segoe UI Emoji&quot;;height:100vh;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center"><div><style>body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}</style><h1 class="next-error-h1" style="display:inline-block;margin:0 20px 0 0;padding:0 23px 0 0;font-size:24px;font-weight:500;vertical-align:top;line-height:49px">404</h1><div style="display:inline-block"><h2 style="font-size:14px;font-weight:400;line-height:49px;margin:0">This page could not be found.</h2></div></div></div><script src="/_next/static/chunks/webpack-9bb46ca1fa3f9a7b.js" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0]);self.__next_f.push([2,null])</script><script>self.__next_f.push([1,"1:HL[\"/_next/static/media/e4af272ccee01ff0-s.p.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n2:HL[\"/_next/static/css/67036131b6ae7bc2.css\",\"style\"]\n"])</script><script>self.__next_f.push([1,"3:I[2846,[],\"\"]\n5:I[4707,[],\"\"]\n6:I[6423,[],\"\"]\nb:I[1999,[\"185\",\"static/chunks/app/layout-f61ae32ec34132b3.js\"],\"default\"]\nd:I[1060,[],\"\"]\n7:{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"}\n8:{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"}\n9:{\"display\":\"inline-block\"}\na:{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0}\ne:[]\n"])</script><script>self.__next_f.push([1,"0:[\"$\",\"$L3\",null,{\"buildId\":\"wFDetEwWXmG4gIE0Yxi6q\",\"assetPrefix\":\"\",\"urlParts\":[\"\",\"_not-found\"],\"initialTree\":[\"\",{\"children\":[\"/_not-found\",{\"children\":[\"__PAGE__\",{}]}]},\"$undefined\",\"$undefined\",true],\"initialSeedData\":[\"\",{\"children\":[\"/_not-found\",{\"children\":[\"__PAGE__\",{},[[\"$L4\",[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"},\"children\":\"404\"}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0},\"children\":\"This page could not be found.\"}]}]]}]}]],null],null],null]},[null,[\"$\",\"$L5\",null,{\"parallelRouterKey\":\"children\",\"segmentPath\":[\"children\",\"/_not-found\",\"children\"],\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L6\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"notFoundStyles\":\"$undefined\"}]],null]},[[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/67036131b6ae7bc2.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"en\",\"children\":[[\"$\",\"head\",null,{\"children\":[\"$\",\"link\",null,{\"rel\":\"apple-touch-icon\",\"href\":\"/icon-192.png\"}]}],[\"$\",\"body\",null,{\"className\":\"__className_f367f3\",\"children\":[[\"$\",\"$L5\",null,{\"parallelRouterKey\":\"children\",\"segmentPath\":[\"children\"],\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L6\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":\"$7\",\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":\"$8\",\"children\":\"404\"}],[\"$\",\"div\",null,{\"style\":\"$9\",\"children\":[\"$\",\"h2\",null,{\"style\":\"$a\",\"children\":\"This page could not be found.\"}]}]]}]}]],\"notFoundStyles\":[]}],[\"$\",\"$Lb\",null,{}]]}]]}]],null],null],\"couldBeIntercepted\":false,\"initialHead\":[[\"$\",\"meta\",null,{\"name\":\"robots\",\"content\":\"noindex\"}],\"$Lc\"],\"globalErrorComponent\":\"$d\",\"missingSlots\":\"$We\"}]\n"])</script><script>self.__next_f.push([1,"c:[[\"$\",\"meta\",\"0\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1, viewport-fit=cover\"}],[\"$\",\"meta\",\"1\",{\"name\":\"theme-color\",\"content\":\"#9333ea\"}],[\"$\",\"meta\",\"2\",{\"charSet\":\"utf-8\"}],[\"$\",\"title\",\"3\",{\"children\":\"Boomer Calc - Easy Calculator\"}],[\"$\",\"meta\",\"4\",{\"name\":\"description\",\"content\":\"Simple, easy-to-read calculator with big numbers. Perfect for everyone!\"}],[\"$\",\"meta\",\"5\",{\"name\":\"application-name\",\"content\":\"Boomer Calc\"}],[\"$\",\"link\",\"6\",{\"rel\":\"manifest\",\"href\":\"/manifest.json\",\"crossOrigin\":\"use-credentials\"}],[\"$\",\"meta\",\"7\",{\"name\":\"apple-mobile-web-app-capable\",\"content\":\"yes\"}],[\"$\",\"meta\",\"8\",{\"name\":\"apple-mobile-web-app-title\",\"content\":\"Boomer Calc\"}],[\"$\",\"meta\",\"9\",{\"name\":\"apple-mobile-web-app-status-bar-style\",\"content\":\"black-translucent\"}],[\"$\",\"link\",\"10\",{\"rel\":\"icon\",\"href\":\"/icon-192.png\"}],[\"$\",\"link\",\"11\",{\"rel\":\"apple-touch-icon\",\"href\":\"/icon-192.png\"}],[\"$\",\"meta\",\"12\",{\"name\":\"next-size-adjust\"}]]\n4:null\n"])</script></body></html>
\ No newline at end of file
diff --git a/out/_next/static/chunks/app/layout-9e3ea61e66229d7f.js b/out/_next/static/chunks/app/layout-f61ae32ec34132b3.js
similarity index 97%
rename from out/_next/static/chunks/app/layout-9e3ea61e66229d7f.js
rename to out/_next/static/chunks/app/layout-f61ae32ec34132b3.js
index 4f9ed4f..a082cf6 100644
--- a/out/_next/static/chunks/app/layout-9e3ea61e66229d7f.js
+++ b/out/_next/static/chunks/app/layout-f61ae32ec34132b3.js
@@ -1 +1 @@
-(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[185],{6973:function(e,t,n){Promise.resolve().then(n.bind(n,1999)),Promise.resolve().then(n.t.bind(n,4742,23)),Promise.resolve().then(n.t.bind(n,7960,23))},1999:function(e,t,n){"use strict";n.d(t,{default:function(){return a}});var r=n(2265),i=n(6689);let s={iosBanner:"ca-app-pub-3940256099942544/2934735716"};function a(){return(0,r.useEffect)(()=>{if(function(){try{return i.dV.isNativePlatform()}catch(e){return!1}}())(async()=>{try{let{AdMob:e,BannerAdPosition:t,BannerAdSize:r}=await n.e(906).then(n.bind(n,7906));try{await e.requestTrackingAuthorization()}catch(e){}await e.initialize({initializeForTesting:!0}),await e.showBanner({adId:s.iosBanner,adSize:r.ADAPTIVE_BANNER,position:t.BOTTOM_CENTER,isTesting:!0})}catch(e){console.warn("[Ads] AdMob init skipped:",e)}})();else{if("undefined"==typeof document||document.querySelector("script[data-boomer-adsense]"))return;let e=document.createElement("script");e.async=!0,e.src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=".concat("ca-pub-5278231299883833"),e.crossOrigin="anonymous",e.setAttribute("data-boomer-adsense","1"),document.head.appendChild(e)}},[]),null}},6689:function(e,t,n){"use strict";var r,i;let s;n.d(t,{Uw:function(){return c},dV:function(){return l},fo:function(){return d}}),(i=r||(r={})).Unimplemented="UNIMPLEMENTED",i.Unavailable="UNAVAILABLE";class a extends Error{constructor(e,t,n){super(e),this.message=e,this.code=t,this.data=n}}let o=e=>{var t,n;return(null==e?void 0:e.androidBridge)?"android":(null===(n=null===(t=null==e?void 0:e.webkit)||void 0===t?void 0:t.messageHandlers)||void 0===n?void 0:n.bridge)?"ios":"web"},l=(s="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:"undefined"!=typeof window?window:void 0!==n.g?n.g:{}).Capacitor=(e=>{let t=e.CapacitorCustomPlatform||null,n=e.Capacitor||{},i=n.Plugins=n.Plugins||{},s=()=>null!==t?t.name:o(e),l=e=>{var t;return null===(t=n.PluginHeaders)||void 0===t?void 0:t.find(t=>t.name===e)},d=new Map;return n.convertFileSrc||(n.convertFileSrc=e=>e),n.getPlatform=s,n.handleError=t=>e.console.error(t),n.isNativePlatform=()=>"web"!==s(),n.isPluginAvailable=e=>{let t=d.get(e);return!!((null==t?void 0:t.platforms.has(s()))||l(e))},n.registerPlugin=(e,o={})=>{let c;let u=d.get(e);if(u)return console.warn(`Capacitor plugin "${e}" already registered. Cannot register plugins twice.`),u.proxy;let h=s(),m=l(e),p=async()=>(!c&&h in o?c=c="function"==typeof o[h]?await o[h]():o[h]:null!==t&&!c&&"web"in o&&(c=c="function"==typeof o.web?await o.web():o.web),c),f=(t,i)=>{var s,o;if(m){let r=null==m?void 0:m.methods.find(e=>i===e.name);if(r)return"promise"===r.rtype?t=>n.nativePromise(e,i.toString(),t):(t,r)=>n.nativeCallback(e,i.toString(),t,r);if(t)return null===(s=t[i])||void 0===s?void 0:s.bind(t)}else if(t)return null===(o=t[i])||void 0===o?void 0:o.bind(t);else throw new a(`"${e}" plugin is not implemented on ${h}`,r.Unimplemented)},w=t=>{let n;let i=(...i)=>{let s=p().then(s=>{let o=f(s,t);if(o){let e=o(...i);return n=null==e?void 0:e.remove,e}throw new a(`"${e}.${t}()" is not implemented on ${h}`,r.Unimplemented)});return"addListener"===t&&(s.remove=async()=>n()),s};return i.toString=()=>`${t.toString()}() { [capacitor code] }`,Object.defineProperty(i,"name",{value:t,writable:!1,configurable:!1}),i},g=w("addListener"),b=w("removeListener"),y=(e,t)=>{let n=g({eventName:e},t),r=async()=>{b({eventName:e,callbackId:await n},t)},i=new Promise(e=>n.then(()=>e({remove:r})));return i.remove=async()=>{console.warn("Using addListener() without 'await' is deprecated."),await r()},i},v=new Proxy({},{get(e,t){switch(t){case"$$typeof":return;case"toJSON":return()=>({});case"addListener":return m?y:g;case"removeListener":return b;default:return w(t)}}});return i[e]=v,d.set(e,{name:e,proxy:v,platforms:new Set([...Object.keys(o),...m?[h]:[]])}),v},n.Exception=a,n.DEBUG=!!n.DEBUG,n.isLoggingEnabled=!!n.isLoggingEnabled,n})(s),d=l.registerPlugin;class c{constructor(){this.listeners={},this.retainedEventArguments={},this.windowListeners={}}addListener(e,t){let n=!1;this.listeners[e]||(this.listeners[e]=[],n=!0),this.listeners[e].push(t);let r=this.windowListeners[e];return r&&!r.registered&&this.addWindowListener(r),n&&this.sendRetainedArgumentsForEvent(e),Promise.resolve({remove:async()=>this.removeListener(e,t)})}async removeAllListeners(){for(let e in this.listeners={},this.windowListeners)this.removeWindowListener(this.windowListeners[e]);this.windowListeners={}}notifyListeners(e,t,n){let r=this.listeners[e];if(!r){if(n){let n=this.retainedEventArguments[e];n||(n=[]),n.push(t),this.retainedEventArguments[e]=n}return}r.forEach(e=>e(t))}hasListeners(e){var t;return!!(null===(t=this.listeners[e])||void 0===t?void 0:t.length)}registerWindowListener(e,t){this.windowListeners[t]={registered:!1,windowEventName:e,pluginEventName:t,handler:e=>{this.notifyListeners(t,e)}}}unimplemented(e="not implemented"){return new l.Exception(e,r.Unimplemented)}unavailable(e="not available"){return new l.Exception(e,r.Unavailable)}async removeListener(e,t){let n=this.listeners[e];if(!n)return;let r=n.indexOf(t);this.listeners[e].splice(r,1),this.listeners[e].length||this.removeWindowListener(this.windowListeners[e])}addWindowListener(e){window.addEventListener(e.windowEventName,e.handler),e.registered=!0}removeWindowListener(e){e&&(window.removeEventListener(e.windowEventName,e.handler),e.registered=!1)}sendRetainedArgumentsForEvent(e){let t=this.retainedEventArguments[e];t&&(delete this.retainedEventArguments[e],t.forEach(t=>{this.notifyListeners(e,t)}))}}let u=e=>encodeURIComponent(e).replace(/%(2[346B]|5E|60|7C)/g,decodeURIComponent).replace(/[()]/g,escape),h=e=>e.replace(/(%[\dA-F]{2})+/gi,decodeURIComponent);class m extends c{async getCookies(){let e=document.cookie,t={};return e.split(";").forEach(e=>{if(e.length<=0)return;let[n,r]=e.replace(/=/,"CAP_COOKIE").split("CAP_COOKIE");n=h(n).trim(),r=h(r).trim(),t[n]=r}),t}async setCookie(e){try{let t=u(e.key),n=u(e.value),r=`; expires=${(e.expires||"").replace("expires=","")}`,i=(e.path||"/").replace("path=",""),s=null!=e.url&&e.url.length>0?`domain=${e.url}`:"";document.cookie=`${t}=${n||""}${r}; path=${i}; ${s};`}catch(e){return Promise.reject(e)}}async deleteCookie(e){try{document.cookie=`${e.key}=; Max-Age=0`}catch(e){return Promise.reject(e)}}async clearCookies(){try{for(let e of document.cookie.split(";")||[])document.cookie=e.replace(/^ +/,"").replace(/=.*/,`=;expires=${new Date().toUTCString()};path=/`)}catch(e){return Promise.reject(e)}}async clearAllCookies(){try{await this.clearCookies()}catch(e){return Promise.reject(e)}}}d("CapacitorCookies",{web:()=>new m});let p=async e=>new Promise((t,n)=>{let r=new FileReader;r.onload=()=>{let e=r.result;t(e.indexOf(",")>=0?e.split(",")[1]:e)},r.onerror=e=>n(e),r.readAsDataURL(e)}),f=(e={})=>{let t=Object.keys(e);return Object.keys(e).map(e=>e.toLocaleLowerCase()).reduce((n,r,i)=>(n[r]=e[t[i]],n),{})},w=(e,t=!0)=>e?Object.entries(e).reduce((e,n)=>{let r,i;let[s,a]=n;return Array.isArray(a)?(i="",a.forEach(e=>{r=t?encodeURIComponent(e):e,i+=`${s}=${r}&`}),i.slice(0,-1)):(r=t?encodeURIComponent(a):a,i=`${s}=${r}`),`${e}&${i}`},"").substr(1):null,g=(e,t={})=>{let n=Object.assign({method:e.method||"GET",headers:e.headers},t),r=f(e.headers)["content-type"]||"";if("string"==typeof e.data)n.body=e.data;else if(r.includes("application/x-www-form-urlencoded")){let t=new URLSearchParams;for(let[n,r]of Object.entries(e.data||{}))t.set(n,r);n.body=t.toString()}else if(r.includes("multipart/form-data")||e.data instanceof FormData){let t=new FormData;if(e.data instanceof FormData)e.data.forEach((e,n)=>{t.append(n,e)});else for(let n of Object.keys(e.data))t.append(n,e.data[n]);n.body=t;let r=new Headers(n.headers);r.delete("content-type"),n.headers=r}else(r.includes("application/json")||"object"==typeof e.data)&&(n.body=JSON.stringify(e.data));return n};class b extends c{async request(e){let t,n;let r=g(e,e.webFetchExtra),i=w(e.params,e.shouldEncodeUrlParams),s=i?`${e.url}?${i}`:e.url,a=await fetch(s,r),o=a.headers.get("content-type")||"",{responseType:l="text"}=a.ok?e:{};switch(o.includes("application/json")&&(l="json"),l){case"arraybuffer":case"blob":n=await a.blob(),t=await p(n);break;case"json":t=await a.json();break;default:t=await a.text()}let d={};return a.headers.forEach((e,t)=>{d[t]=e}),{data:t,headers:d,status:a.status,url:a.url}}async get(e){return this.request(Object.assign(Object.assign({},e),{method:"GET"}))}async post(e){return this.request(Object.assign(Object.assign({},e),{method:"POST"}))}async put(e){return this.request(Object.assign(Object.assign({},e),{method:"PUT"}))}async patch(e){return this.request(Object.assign(Object.assign({},e),{method:"PATCH"}))}async delete(e){return this.request(Object.assign(Object.assign({},e),{method:"DELETE"}))}}d("CapacitorHttp",{web:()=>new b})},7960:function(){},4742:function(e){e.exports={style:{fontFamily:"'__Inter_f367f3', '__Inter_Fallback_f367f3'",fontStyle:"normal"},className:"__className_f367f3"}}},function(e){e.O(0,[540,971,117,744],function(){return e(e.s=6973)}),_N_E=e.O()}]);
\ No newline at end of file
+(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[185],{6973:function(e,t,n){Promise.resolve().then(n.bind(n,1999)),Promise.resolve().then(n.t.bind(n,4742,23)),Promise.resolve().then(n.t.bind(n,7960,23))},1999:function(e,t,n){"use strict";n.d(t,{default:function(){return a}});var r=n(2265),i=n(6689);let s={iosBanner:"ca-app-pub-5278231299883833/7591678383"};function a(){return(0,r.useEffect)(()=>{if(function(){try{return i.dV.isNativePlatform()}catch(e){return!1}}())(async()=>{try{let{AdMob:e,BannerAdPosition:t,BannerAdSize:r}=await n.e(906).then(n.bind(n,7906));try{await e.requestTrackingAuthorization()}catch(e){}await e.initialize({initializeForTesting:!1}),await e.showBanner({adId:s.iosBanner,adSize:r.ADAPTIVE_BANNER,position:t.BOTTOM_CENTER,isTesting:!1})}catch(e){console.warn("[Ads] AdMob init skipped:",e)}})();else{if("undefined"==typeof document||document.querySelector("script[data-boomer-adsense]"))return;let e=document.createElement("script");e.async=!0,e.src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=".concat("ca-pub-5278231299883833"),e.crossOrigin="anonymous",e.setAttribute("data-boomer-adsense","1"),document.head.appendChild(e)}},[]),null}},6689:function(e,t,n){"use strict";var r,i;let s;n.d(t,{Uw:function(){return c},dV:function(){return l},fo:function(){return d}}),(i=r||(r={})).Unimplemented="UNIMPLEMENTED",i.Unavailable="UNAVAILABLE";class a extends Error{constructor(e,t,n){super(e),this.message=e,this.code=t,this.data=n}}let o=e=>{var t,n;return(null==e?void 0:e.androidBridge)?"android":(null===(n=null===(t=null==e?void 0:e.webkit)||void 0===t?void 0:t.messageHandlers)||void 0===n?void 0:n.bridge)?"ios":"web"},l=(s="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:"undefined"!=typeof window?window:void 0!==n.g?n.g:{}).Capacitor=(e=>{let t=e.CapacitorCustomPlatform||null,n=e.Capacitor||{},i=n.Plugins=n.Plugins||{},s=()=>null!==t?t.name:o(e),l=e=>{var t;return null===(t=n.PluginHeaders)||void 0===t?void 0:t.find(t=>t.name===e)},d=new Map;return n.convertFileSrc||(n.convertFileSrc=e=>e),n.getPlatform=s,n.handleError=t=>e.console.error(t),n.isNativePlatform=()=>"web"!==s(),n.isPluginAvailable=e=>{let t=d.get(e);return!!((null==t?void 0:t.platforms.has(s()))||l(e))},n.registerPlugin=(e,o={})=>{let c;let u=d.get(e);if(u)return console.warn(`Capacitor plugin "${e}" already registered. Cannot register plugins twice.`),u.proxy;let h=s(),m=l(e),p=async()=>(!c&&h in o?c=c="function"==typeof o[h]?await o[h]():o[h]:null!==t&&!c&&"web"in o&&(c=c="function"==typeof o.web?await o.web():o.web),c),f=(t,i)=>{var s,o;if(m){let r=null==m?void 0:m.methods.find(e=>i===e.name);if(r)return"promise"===r.rtype?t=>n.nativePromise(e,i.toString(),t):(t,r)=>n.nativeCallback(e,i.toString(),t,r);if(t)return null===(s=t[i])||void 0===s?void 0:s.bind(t)}else if(t)return null===(o=t[i])||void 0===o?void 0:o.bind(t);else throw new a(`"${e}" plugin is not implemented on ${h}`,r.Unimplemented)},w=t=>{let n;let i=(...i)=>{let s=p().then(s=>{let o=f(s,t);if(o){let e=o(...i);return n=null==e?void 0:e.remove,e}throw new a(`"${e}.${t}()" is not implemented on ${h}`,r.Unimplemented)});return"addListener"===t&&(s.remove=async()=>n()),s};return i.toString=()=>`${t.toString()}() { [capacitor code] }`,Object.defineProperty(i,"name",{value:t,writable:!1,configurable:!1}),i},g=w("addListener"),b=w("removeListener"),y=(e,t)=>{let n=g({eventName:e},t),r=async()=>{b({eventName:e,callbackId:await n},t)},i=new Promise(e=>n.then(()=>e({remove:r})));return i.remove=async()=>{console.warn("Using addListener() without 'await' is deprecated."),await r()},i},v=new Proxy({},{get(e,t){switch(t){case"$$typeof":return;case"toJSON":return()=>({});case"addListener":return m?y:g;case"removeListener":return b;default:return w(t)}}});return i[e]=v,d.set(e,{name:e,proxy:v,platforms:new Set([...Object.keys(o),...m?[h]:[]])}),v},n.Exception=a,n.DEBUG=!!n.DEBUG,n.isLoggingEnabled=!!n.isLoggingEnabled,n})(s),d=l.registerPlugin;class c{constructor(){this.listeners={},this.retainedEventArguments={},this.windowListeners={}}addListener(e,t){let n=!1;this.listeners[e]||(this.listeners[e]=[],n=!0),this.listeners[e].push(t);let r=this.windowListeners[e];return r&&!r.registered&&this.addWindowListener(r),n&&this.sendRetainedArgumentsForEvent(e),Promise.resolve({remove:async()=>this.removeListener(e,t)})}async removeAllListeners(){for(let e in this.listeners={},this.windowListeners)this.removeWindowListener(this.windowListeners[e]);this.windowListeners={}}notifyListeners(e,t,n){let r=this.listeners[e];if(!r){if(n){let n=this.retainedEventArguments[e];n||(n=[]),n.push(t),this.retainedEventArguments[e]=n}return}r.forEach(e=>e(t))}hasListeners(e){var t;return!!(null===(t=this.listeners[e])||void 0===t?void 0:t.length)}registerWindowListener(e,t){this.windowListeners[t]={registered:!1,windowEventName:e,pluginEventName:t,handler:e=>{this.notifyListeners(t,e)}}}unimplemented(e="not implemented"){return new l.Exception(e,r.Unimplemented)}unavailable(e="not available"){return new l.Exception(e,r.Unavailable)}async removeListener(e,t){let n=this.listeners[e];if(!n)return;let r=n.indexOf(t);this.listeners[e].splice(r,1),this.listeners[e].length||this.removeWindowListener(this.windowListeners[e])}addWindowListener(e){window.addEventListener(e.windowEventName,e.handler),e.registered=!0}removeWindowListener(e){e&&(window.removeEventListener(e.windowEventName,e.handler),e.registered=!1)}sendRetainedArgumentsForEvent(e){let t=this.retainedEventArguments[e];t&&(delete this.retainedEventArguments[e],t.forEach(t=>{this.notifyListeners(e,t)}))}}let u=e=>encodeURIComponent(e).replace(/%(2[346B]|5E|60|7C)/g,decodeURIComponent).replace(/[()]/g,escape),h=e=>e.replace(/(%[\dA-F]{2})+/gi,decodeURIComponent);class m extends c{async getCookies(){let e=document.cookie,t={};return e.split(";").forEach(e=>{if(e.length<=0)return;let[n,r]=e.replace(/=/,"CAP_COOKIE").split("CAP_COOKIE");n=h(n).trim(),r=h(r).trim(),t[n]=r}),t}async setCookie(e){try{let t=u(e.key),n=u(e.value),r=`; expires=${(e.expires||"").replace("expires=","")}`,i=(e.path||"/").replace("path=",""),s=null!=e.url&&e.url.length>0?`domain=${e.url}`:"";document.cookie=`${t}=${n||""}${r}; path=${i}; ${s};`}catch(e){return Promise.reject(e)}}async deleteCookie(e){try{document.cookie=`${e.key}=; Max-Age=0`}catch(e){return Promise.reject(e)}}async clearCookies(){try{for(let e of document.cookie.split(";")||[])document.cookie=e.replace(/^ +/,"").replace(/=.*/,`=;expires=${new Date().toUTCString()};path=/`)}catch(e){return Promise.reject(e)}}async clearAllCookies(){try{await this.clearCookies()}catch(e){return Promise.reject(e)}}}d("CapacitorCookies",{web:()=>new m});let p=async e=>new Promise((t,n)=>{let r=new FileReader;r.onload=()=>{let e=r.result;t(e.indexOf(",")>=0?e.split(",")[1]:e)},r.onerror=e=>n(e),r.readAsDataURL(e)}),f=(e={})=>{let t=Object.keys(e);return Object.keys(e).map(e=>e.toLocaleLowerCase()).reduce((n,r,i)=>(n[r]=e[t[i]],n),{})},w=(e,t=!0)=>e?Object.entries(e).reduce((e,n)=>{let r,i;let[s,a]=n;return Array.isArray(a)?(i="",a.forEach(e=>{r=t?encodeURIComponent(e):e,i+=`${s}=${r}&`}),i.slice(0,-1)):(r=t?encodeURIComponent(a):a,i=`${s}=${r}`),`${e}&${i}`},"").substr(1):null,g=(e,t={})=>{let n=Object.assign({method:e.method||"GET",headers:e.headers},t),r=f(e.headers)["content-type"]||"";if("string"==typeof e.data)n.body=e.data;else if(r.includes("application/x-www-form-urlencoded")){let t=new URLSearchParams;for(let[n,r]of Object.entries(e.data||{}))t.set(n,r);n.body=t.toString()}else if(r.includes("multipart/form-data")||e.data instanceof FormData){let t=new FormData;if(e.data instanceof FormData)e.data.forEach((e,n)=>{t.append(n,e)});else for(let n of Object.keys(e.data))t.append(n,e.data[n]);n.body=t;let r=new Headers(n.headers);r.delete("content-type"),n.headers=r}else(r.includes("application/json")||"object"==typeof e.data)&&(n.body=JSON.stringify(e.data));return n};class b extends c{async request(e){let t,n;let r=g(e,e.webFetchExtra),i=w(e.params,e.shouldEncodeUrlParams),s=i?`${e.url}?${i}`:e.url,a=await fetch(s,r),o=a.headers.get("content-type")||"",{responseType:l="text"}=a.ok?e:{};switch(o.includes("application/json")&&(l="json"),l){case"arraybuffer":case"blob":n=await a.blob(),t=await p(n);break;case"json":t=await a.json();break;default:t=await a.text()}let d={};return a.headers.forEach((e,t)=>{d[t]=e}),{data:t,headers:d,status:a.status,url:a.url}}async get(e){return this.request(Object.assign(Object.assign({},e),{method:"GET"}))}async post(e){return this.request(Object.assign(Object.assign({},e),{method:"POST"}))}async put(e){return this.request(Object.assign(Object.assign({},e),{method:"PUT"}))}async patch(e){return this.request(Object.assign(Object.assign({},e),{method:"PATCH"}))}async delete(e){return this.request(Object.assign(Object.assign({},e),{method:"DELETE"}))}}d("CapacitorHttp",{web:()=>new b})},7960:function(){},4742:function(e){e.exports={style:{fontFamily:"'__Inter_f367f3', '__Inter_Fallback_f367f3'",fontStyle:"normal"},className:"__className_f367f3"}}},function(e){e.O(0,[540,971,117,744],function(){return e(e.s=6973)}),_N_E=e.O()}]);
\ No newline at end of file
diff --git a/out/_next/static/0ZrxxP-jHqjRF3TOq4BUt/_buildManifest.js b/out/_next/static/wFDetEwWXmG4gIE0Yxi6q/_buildManifest.js
similarity index 100%
rename from out/_next/static/0ZrxxP-jHqjRF3TOq4BUt/_buildManifest.js
rename to out/_next/static/wFDetEwWXmG4gIE0Yxi6q/_buildManifest.js
diff --git a/out/_next/static/0ZrxxP-jHqjRF3TOq4BUt/_ssgManifest.js b/out/_next/static/wFDetEwWXmG4gIE0Yxi6q/_ssgManifest.js
similarity index 100%
rename from out/_next/static/0ZrxxP-jHqjRF3TOq4BUt/_ssgManifest.js
rename to out/_next/static/wFDetEwWXmG4gIE0Yxi6q/_ssgManifest.js
diff --git a/out/index.html b/out/index.html
index 6145ccf..17f6e9b 100644
--- a/out/index.html
+++ b/out/index.html
@@ -1 +1 @@
-<!DOCTYPE html><html lang="en"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover"/><link rel="preload" href="/_next/static/media/e4af272ccee01ff0-s.p.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="stylesheet" href="/_next/static/css/67036131b6ae7bc2.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/webpack-9bb46ca1fa3f9a7b.js"/><script src="/_next/static/chunks/fd9d1056-9f91b5e418130764.js" async=""></script><script src="/_next/static/chunks/117-ea0db1a6324509e4.js" async=""></script><script src="/_next/static/chunks/main-app-db613fed919dc4ab.js" async=""></script><script src="/_next/static/chunks/app/page-aad68d69a2ad4add.js" async=""></script><script src="/_next/static/chunks/app/layout-9e3ea61e66229d7f.js" async=""></script><link rel="apple-touch-icon" href="/icon-192.png"/><meta name="theme-color" content="#9333ea"/><title>Boomer Calc - Easy Calculator</title><meta name="description" content="Simple, easy-to-read calculator with big numbers. Perfect for everyone!"/><meta name="application-name" content="Boomer Calc"/><link rel="manifest" href="/manifest.json" crossorigin="use-credentials"/><meta name="apple-mobile-web-app-capable" content="yes"/><meta name="apple-mobile-web-app-title" content="Boomer Calc"/><meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"/><link rel="icon" href="/icon-192.png"/><link rel="apple-touch-icon" href="/icon-192.png"/><meta name="next-size-adjust"/><script src="/_next/static/chunks/polyfills-42372ed130431b0a.js" noModule=""></script></head><body class="__className_f367f3"><main class="min-h-screen bg-gradient-to-br from-purple-500 via-pink-500 to-red-500 p-2 sm:p-3 pt-safe pb-safe"><div class="max-w-4xl mx-auto pt-4"><div class="text-center mb-3 sm:mb-4"><h1 class="text-3xl sm:text-4xl md:text-5xl font-bold text-white mb-2">🧮 Boomer Calc</h1><p class="text-base sm:text-lg md:text-xl text-white/90 font-semibold">Simple. Easy. Clear.</p></div><div class="flex flex-wrap justify-center gap-2 sm:gap-3 mb-3 sm:mb-4"><button class="px-4 sm:px-6 py-2 sm:py-3 rounded-lg font-bold select-none cursor-pointer text-base sm:text-lg md:text-xl shadow-lg bg-white text-purple-600 scale-105" style="-webkit-tap-highlight-color:transparent">🔬 Calculator</button><button class="px-4 sm:px-6 py-2 sm:py-3 rounded-lg font-bold select-none cursor-pointer text-base sm:text-lg md:text-xl shadow-lg bg-white/20 text-white" style="-webkit-tap-highlight-color:transparent">🏠 Mortgage</button><button class="px-4 sm:px-6 py-2 sm:py-3 rounded-lg font-bold select-none cursor-pointer text-base sm:text-lg md:text-xl shadow-lg bg-white/20 text-white" style="-webkit-tap-highlight-color:transparent">💪 BMI</button><button class="px-4 sm:px-6 py-2 sm:py-3 rounded-lg font-bold select-none cursor-pointer text-base sm:text-lg md:text-xl shadow-lg bg-white/20 text-white" style="-webkit-tap-highlight-color:transparent">💵 Tip</button></div><div class="mb-3 sm:mb-4"><div class="bg-white rounded-xl shadow-2xl p-3 sm:p-4 max-w-2xl mx-auto"><div class="mb-3 sm:mb-4"><div class="bg-gray-900 text-white p-4 sm:p-5 rounded-lg"><div class="text-3xl sm:text-4xl md:text-5xl font-bold font-mono transition-all px-2 text-center break-words ">0</div></div></div><div class="grid grid-cols-4 gap-2 sm:gap-3"><button class="p-4 sm:p-5 md:p-6 rounded-lg font-bold text-xl sm:text-2xl md:text-3xl select-none cursor-pointer shadow-lg bg-red-500 text-white" style="-webkit-tap-highlight-color:transparent">C</button><button class="p-4 sm:p-5 md:p-6 rounded-lg font-bold text-xl sm:text-2xl md:text-3xl select-none cursor-pointer shadow-lg bg-gray-200" style="-webkit-tap-highlight-color:transparent">(</button><button class="p-4 sm:p-5 md:p-6 rounded-lg font-bold text-xl sm:text-2xl md:text-3xl select-none cursor-pointer shadow-lg bg-gray-200" style="-webkit-tap-highlight-color:transparent">)</button><button class="p-4 sm:p-5 md:p-6 rounded-lg font-bold text-xl sm:text-2xl md:text-3xl select-none cursor-pointer shadow-lg bg-blue-500 text-white" style="-webkit-tap-highlight-color:transparent">/</button><button class="p-4 sm:p-5 md:p-6 rounded-lg font-bold text-xl sm:text-2xl md:text-3xl select-none cursor-pointer shadow-lg bg-gray-200" style="-webkit-tap-highlight-color:transparent">7</button><button class="p-4 sm:p-5 md:p-6 rounded-lg font-bold text-xl sm:text-2xl md:text-3xl select-none cursor-pointer shadow-lg bg-gray-200" style="-webkit-tap-highlight-color:transparent">8</button><button class="p-4 sm:p-5 md:p-6 rounded-lg font-bold text-xl sm:text-2xl md:text-3xl select-none cursor-pointer shadow-lg bg-gray-200" style="-webkit-tap-highlight-color:transparent">9</button><button class="p-4 sm:p-5 md:p-6 rounded-lg font-bold text-xl sm:text-2xl md:text-3xl select-none cursor-pointer shadow-lg bg-blue-500 text-white" style="-webkit-tap-highlight-color:transparent">*</button><button class="p-4 sm:p-5 md:p-6 rounded-lg font-bold text-xl sm:text-2xl md:text-3xl select-none cursor-pointer shadow-lg bg-gray-200" style="-webkit-tap-highlight-color:transparent">4</button><button class="p-4 sm:p-5 md:p-6 rounded-lg font-bold text-xl sm:text-2xl md:text-3xl select-none cursor-pointer shadow-lg bg-gray-200" style="-webkit-tap-highlight-color:transparent">5</button><button class="p-4 sm:p-5 md:p-6 rounded-lg font-bold text-xl sm:text-2xl md:text-3xl select-none cursor-pointer shadow-lg bg-gray-200" style="-webkit-tap-highlight-color:transparent">6</button><button class="p-4 sm:p-5 md:p-6 rounded-lg font-bold text-xl sm:text-2xl md:text-3xl select-none cursor-pointer shadow-lg bg-blue-500 text-white" style="-webkit-tap-highlight-color:transparent">-</button><button class="p-4 sm:p-5 md:p-6 rounded-lg font-bold text-xl sm:text-2xl md:text-3xl select-none cursor-pointer shadow-lg bg-gray-200" style="-webkit-tap-highlight-color:transparent">1</button><button class="p-4 sm:p-5 md:p-6 rounded-lg font-bold text-xl sm:text-2xl md:text-3xl select-none cursor-pointer shadow-lg bg-gray-200" style="-webkit-tap-highlight-color:transparent">2</button><button class="p-4 sm:p-5 md:p-6 rounded-lg font-bold text-xl sm:text-2xl md:text-3xl select-none cursor-pointer shadow-lg bg-gray-200" style="-webkit-tap-highlight-color:transparent">3</button><button class="p-4 sm:p-5 md:p-6 rounded-lg font-bold text-xl sm:text-2xl md:text-3xl select-none cursor-pointer shadow-lg bg-blue-500 text-white" style="-webkit-tap-highlight-color:transparent">+</button><button class="p-4 sm:p-5 md:p-6 rounded-lg font-bold text-xl sm:text-2xl md:text-3xl select-none cursor-pointer shadow-lg bg-gray-200" style="-webkit-tap-highlight-color:transparent">0</button><button class="p-4 sm:p-5 md:p-6 rounded-lg font-bold text-xl sm:text-2xl md:text-3xl select-none cursor-pointer shadow-lg bg-gray-200" style="-webkit-tap-highlight-color:transparent">.</button><button class="p-4 sm:p-5 md:p-6 rounded-lg font-bold text-xl sm:text-2xl md:text-3xl select-none cursor-pointer shadow-lg bg-gray-200" style="-webkit-tap-highlight-color:transparent">sin</button><button class="p-4 sm:p-5 md:p-6 rounded-lg font-bold text-xl sm:text-2xl md:text-3xl select-none cursor-pointer shadow-lg bg-gradient-to-r from-purple-500 to-pink-500 text-white col-span-1" style="-webkit-tap-highlight-color:transparent">=</button></div><div class="mt-3 text-center text-sm sm:text-base text-gray-600 font-semibold"><p>Easy Calculator</p></div></div></div><div class="text-center text-white/60 text-sm sm:text-base"><p class="mb-1">😊 Easy to use. Easy to read.</p><p>Made with ❤️ for everyone</p></div></div></main><script src="/_next/static/chunks/webpack-9bb46ca1fa3f9a7b.js" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0]);self.__next_f.push([2,null])</script><script>self.__next_f.push([1,"1:HL[\"/_next/static/media/e4af272ccee01ff0-s.p.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n2:HL[\"/_next/static/css/67036131b6ae7bc2.css\",\"style\"]\n"])</script><script>self.__next_f.push([1,"3:I[2846,[],\"\"]\n5:I[9107,[],\"ClientPageRoot\"]\n6:I[3976,[\"931\",\"static/chunks/app/page-aad68d69a2ad4add.js\"],\"default\",1]\n7:I[4707,[],\"\"]\n8:I[6423,[],\"\"]\n9:I[1999,[\"185\",\"static/chunks/app/layout-9e3ea61e66229d7f.js\"],\"default\"]\nb:I[1060,[],\"\"]\nc:[]\n"])</script><script>self.__next_f.push([1,"0:[\"$\",\"$L3\",null,{\"buildId\":\"0ZrxxP-jHqjRF3TOq4BUt\",\"assetPrefix\":\"\",\"urlParts\":[\"\",\"\"],\"initialTree\":[\"\",{\"children\":[\"__PAGE__\",{}]},\"$undefined\",\"$undefined\",true],\"initialSeedData\":[\"\",{\"children\":[\"__PAGE__\",{},[[\"$L4\",[\"$\",\"$L5\",null,{\"props\":{\"params\":{},\"searchParams\":{}},\"Component\":\"$6\"}],null],null],null]},[[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/67036131b6ae7bc2.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"en\",\"children\":[[\"$\",\"head\",null,{\"children\":[\"$\",\"link\",null,{\"rel\":\"apple-touch-icon\",\"href\":\"/icon-192.png\"}]}],[\"$\",\"body\",null,{\"className\":\"__className_f367f3\",\"children\":[[\"$\",\"$L7\",null,{\"parallelRouterKey\":\"children\",\"segmentPath\":[\"children\"],\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L8\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"},\"children\":\"404\"}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0},\"children\":\"This page could not be found.\"}]}]]}]}]],\"notFoundStyles\":[]}],[\"$\",\"$L9\",null,{}]]}]]}]],null],null],\"couldBeIntercepted\":false,\"initialHead\":[null,\"$La\"],\"globalErrorComponent\":\"$b\",\"missingSlots\":\"$Wc\"}]\n"])</script><script>self.__next_f.push([1,"a:[[\"$\",\"meta\",\"0\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1, viewport-fit=cover\"}],[\"$\",\"meta\",\"1\",{\"name\":\"theme-color\",\"content\":\"#9333ea\"}],[\"$\",\"meta\",\"2\",{\"charSet\":\"utf-8\"}],[\"$\",\"title\",\"3\",{\"children\":\"Boomer Calc - Easy Calculator\"}],[\"$\",\"meta\",\"4\",{\"name\":\"description\",\"content\":\"Simple, easy-to-read calculator with big numbers. Perfect for everyone!\"}],[\"$\",\"meta\",\"5\",{\"name\":\"application-name\",\"content\":\"Boomer Calc\"}],[\"$\",\"link\",\"6\",{\"rel\":\"manifest\",\"href\":\"/manifest.json\",\"crossOrigin\":\"use-credentials\"}],[\"$\",\"meta\",\"7\",{\"name\":\"apple-mobile-web-app-capable\",\"content\":\"yes\"}],[\"$\",\"meta\",\"8\",{\"name\":\"apple-mobile-web-app-title\",\"content\":\"Boomer Calc\"}],[\"$\",\"meta\",\"9\",{\"name\":\"apple-mobile-web-app-status-bar-style\",\"content\":\"black-translucent\"}],[\"$\",\"link\",\"10\",{\"rel\":\"icon\",\"href\":\"/icon-192.png\"}],[\"$\",\"link\",\"11\",{\"rel\":\"apple-touch-icon\",\"href\":\"/icon-192.png\"}],[\"$\",\"meta\",\"12\",{\"name\":\"next-size-adjust\"}]]\n4:null\n"])</script></body></html>
\ No newline at end of file
+<!DOCTYPE html><html lang="en"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover"/><link rel="preload" href="/_next/static/media/e4af272ccee01ff0-s.p.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="stylesheet" href="/_next/static/css/67036131b6ae7bc2.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/webpack-9bb46ca1fa3f9a7b.js"/><script src="/_next/static/chunks/fd9d1056-9f91b5e418130764.js" async=""></script><script src="/_next/static/chunks/117-ea0db1a6324509e4.js" async=""></script><script src="/_next/static/chunks/main-app-db613fed919dc4ab.js" async=""></script><script src="/_next/static/chunks/app/page-aad68d69a2ad4add.js" async=""></script><script src="/_next/static/chunks/app/layout-f61ae32ec34132b3.js" async=""></script><link rel="apple-touch-icon" href="/icon-192.png"/><meta name="theme-color" content="#9333ea"/><title>Boomer Calc - Easy Calculator</title><meta name="description" content="Simple, easy-to-read calculator with big numbers. Perfect for everyone!"/><meta name="application-name" content="Boomer Calc"/><link rel="manifest" href="/manifest.json" crossorigin="use-credentials"/><meta name="apple-mobile-web-app-capable" content="yes"/><meta name="apple-mobile-web-app-title" content="Boomer Calc"/><meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"/><link rel="icon" href="/icon-192.png"/><link rel="apple-touch-icon" href="/icon-192.png"/><meta name="next-size-adjust"/><script src="/_next/static/chunks/polyfills-42372ed130431b0a.js" noModule=""></script></head><body class="__className_f367f3"><main class="min-h-screen bg-gradient-to-br from-purple-500 via-pink-500 to-red-500 p-2 sm:p-3 pt-safe pb-safe"><div class="max-w-4xl mx-auto pt-4"><div class="text-center mb-3 sm:mb-4"><h1 class="text-3xl sm:text-4xl md:text-5xl font-bold text-white mb-2">🧮 Boomer Calc</h1><p class="text-base sm:text-lg md:text-xl text-white/90 font-semibold">Simple. Easy. Clear.</p></div><div class="flex flex-wrap justify-center gap-2 sm:gap-3 mb-3 sm:mb-4"><button class="px-4 sm:px-6 py-2 sm:py-3 rounded-lg font-bold select-none cursor-pointer text-base sm:text-lg md:text-xl shadow-lg bg-white text-purple-600 scale-105" style="-webkit-tap-highlight-color:transparent">🔬 Calculator</button><button class="px-4 sm:px-6 py-2 sm:py-3 rounded-lg font-bold select-none cursor-pointer text-base sm:text-lg md:text-xl shadow-lg bg-white/20 text-white" style="-webkit-tap-highlight-color:transparent">🏠 Mortgage</button><button class="px-4 sm:px-6 py-2 sm:py-3 rounded-lg font-bold select-none cursor-pointer text-base sm:text-lg md:text-xl shadow-lg bg-white/20 text-white" style="-webkit-tap-highlight-color:transparent">💪 BMI</button><button class="px-4 sm:px-6 py-2 sm:py-3 rounded-lg font-bold select-none cursor-pointer text-base sm:text-lg md:text-xl shadow-lg bg-white/20 text-white" style="-webkit-tap-highlight-color:transparent">💵 Tip</button></div><div class="mb-3 sm:mb-4"><div class="bg-white rounded-xl shadow-2xl p-3 sm:p-4 max-w-2xl mx-auto"><div class="mb-3 sm:mb-4"><div class="bg-gray-900 text-white p-4 sm:p-5 rounded-lg"><div class="text-3xl sm:text-4xl md:text-5xl font-bold font-mono transition-all px-2 text-center break-words ">0</div></div></div><div class="grid grid-cols-4 gap-2 sm:gap-3"><button class="p-4 sm:p-5 md:p-6 rounded-lg font-bold text-xl sm:text-2xl md:text-3xl select-none cursor-pointer shadow-lg bg-red-500 text-white" style="-webkit-tap-highlight-color:transparent">C</button><button class="p-4 sm:p-5 md:p-6 rounded-lg font-bold text-xl sm:text-2xl md:text-3xl select-none cursor-pointer shadow-lg bg-gray-200" style="-webkit-tap-highlight-color:transparent">(</button><button class="p-4 sm:p-5 md:p-6 rounded-lg font-bold text-xl sm:text-2xl md:text-3xl select-none cursor-pointer shadow-lg bg-gray-200" style="-webkit-tap-highlight-color:transparent">)</button><button class="p-4 sm:p-5 md:p-6 rounded-lg font-bold text-xl sm:text-2xl md:text-3xl select-none cursor-pointer shadow-lg bg-blue-500 text-white" style="-webkit-tap-highlight-color:transparent">/</button><button class="p-4 sm:p-5 md:p-6 rounded-lg font-bold text-xl sm:text-2xl md:text-3xl select-none cursor-pointer shadow-lg bg-gray-200" style="-webkit-tap-highlight-color:transparent">7</button><button class="p-4 sm:p-5 md:p-6 rounded-lg font-bold text-xl sm:text-2xl md:text-3xl select-none cursor-pointer shadow-lg bg-gray-200" style="-webkit-tap-highlight-color:transparent">8</button><button class="p-4 sm:p-5 md:p-6 rounded-lg font-bold text-xl sm:text-2xl md:text-3xl select-none cursor-pointer shadow-lg bg-gray-200" style="-webkit-tap-highlight-color:transparent">9</button><button class="p-4 sm:p-5 md:p-6 rounded-lg font-bold text-xl sm:text-2xl md:text-3xl select-none cursor-pointer shadow-lg bg-blue-500 text-white" style="-webkit-tap-highlight-color:transparent">*</button><button class="p-4 sm:p-5 md:p-6 rounded-lg font-bold text-xl sm:text-2xl md:text-3xl select-none cursor-pointer shadow-lg bg-gray-200" style="-webkit-tap-highlight-color:transparent">4</button><button class="p-4 sm:p-5 md:p-6 rounded-lg font-bold text-xl sm:text-2xl md:text-3xl select-none cursor-pointer shadow-lg bg-gray-200" style="-webkit-tap-highlight-color:transparent">5</button><button class="p-4 sm:p-5 md:p-6 rounded-lg font-bold text-xl sm:text-2xl md:text-3xl select-none cursor-pointer shadow-lg bg-gray-200" style="-webkit-tap-highlight-color:transparent">6</button><button class="p-4 sm:p-5 md:p-6 rounded-lg font-bold text-xl sm:text-2xl md:text-3xl select-none cursor-pointer shadow-lg bg-blue-500 text-white" style="-webkit-tap-highlight-color:transparent">-</button><button class="p-4 sm:p-5 md:p-6 rounded-lg font-bold text-xl sm:text-2xl md:text-3xl select-none cursor-pointer shadow-lg bg-gray-200" style="-webkit-tap-highlight-color:transparent">1</button><button class="p-4 sm:p-5 md:p-6 rounded-lg font-bold text-xl sm:text-2xl md:text-3xl select-none cursor-pointer shadow-lg bg-gray-200" style="-webkit-tap-highlight-color:transparent">2</button><button class="p-4 sm:p-5 md:p-6 rounded-lg font-bold text-xl sm:text-2xl md:text-3xl select-none cursor-pointer shadow-lg bg-gray-200" style="-webkit-tap-highlight-color:transparent">3</button><button class="p-4 sm:p-5 md:p-6 rounded-lg font-bold text-xl sm:text-2xl md:text-3xl select-none cursor-pointer shadow-lg bg-blue-500 text-white" style="-webkit-tap-highlight-color:transparent">+</button><button class="p-4 sm:p-5 md:p-6 rounded-lg font-bold text-xl sm:text-2xl md:text-3xl select-none cursor-pointer shadow-lg bg-gray-200" style="-webkit-tap-highlight-color:transparent">0</button><button class="p-4 sm:p-5 md:p-6 rounded-lg font-bold text-xl sm:text-2xl md:text-3xl select-none cursor-pointer shadow-lg bg-gray-200" style="-webkit-tap-highlight-color:transparent">.</button><button class="p-4 sm:p-5 md:p-6 rounded-lg font-bold text-xl sm:text-2xl md:text-3xl select-none cursor-pointer shadow-lg bg-gray-200" style="-webkit-tap-highlight-color:transparent">sin</button><button class="p-4 sm:p-5 md:p-6 rounded-lg font-bold text-xl sm:text-2xl md:text-3xl select-none cursor-pointer shadow-lg bg-gradient-to-r from-purple-500 to-pink-500 text-white col-span-1" style="-webkit-tap-highlight-color:transparent">=</button></div><div class="mt-3 text-center text-sm sm:text-base text-gray-600 font-semibold"><p>Easy Calculator</p></div></div></div><div class="text-center text-white/60 text-sm sm:text-base"><p class="mb-1">😊 Easy to use. Easy to read.</p><p>Made with ❤️ for everyone</p></div></div></main><script src="/_next/static/chunks/webpack-9bb46ca1fa3f9a7b.js" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0]);self.__next_f.push([2,null])</script><script>self.__next_f.push([1,"1:HL[\"/_next/static/media/e4af272ccee01ff0-s.p.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n2:HL[\"/_next/static/css/67036131b6ae7bc2.css\",\"style\"]\n"])</script><script>self.__next_f.push([1,"3:I[2846,[],\"\"]\n5:I[9107,[],\"ClientPageRoot\"]\n6:I[3976,[\"931\",\"static/chunks/app/page-aad68d69a2ad4add.js\"],\"default\",1]\n7:I[4707,[],\"\"]\n8:I[6423,[],\"\"]\n9:I[1999,[\"185\",\"static/chunks/app/layout-f61ae32ec34132b3.js\"],\"default\"]\nb:I[1060,[],\"\"]\nc:[]\n"])</script><script>self.__next_f.push([1,"0:[\"$\",\"$L3\",null,{\"buildId\":\"wFDetEwWXmG4gIE0Yxi6q\",\"assetPrefix\":\"\",\"urlParts\":[\"\",\"\"],\"initialTree\":[\"\",{\"children\":[\"__PAGE__\",{}]},\"$undefined\",\"$undefined\",true],\"initialSeedData\":[\"\",{\"children\":[\"__PAGE__\",{},[[\"$L4\",[\"$\",\"$L5\",null,{\"props\":{\"params\":{},\"searchParams\":{}},\"Component\":\"$6\"}],null],null],null]},[[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/67036131b6ae7bc2.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"en\",\"children\":[[\"$\",\"head\",null,{\"children\":[\"$\",\"link\",null,{\"rel\":\"apple-touch-icon\",\"href\":\"/icon-192.png\"}]}],[\"$\",\"body\",null,{\"className\":\"__className_f367f3\",\"children\":[[\"$\",\"$L7\",null,{\"parallelRouterKey\":\"children\",\"segmentPath\":[\"children\"],\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L8\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"},\"children\":\"404\"}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0},\"children\":\"This page could not be found.\"}]}]]}]}]],\"notFoundStyles\":[]}],[\"$\",\"$L9\",null,{}]]}]]}]],null],null],\"couldBeIntercepted\":false,\"initialHead\":[null,\"$La\"],\"globalErrorComponent\":\"$b\",\"missingSlots\":\"$Wc\"}]\n"])</script><script>self.__next_f.push([1,"a:[[\"$\",\"meta\",\"0\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1, viewport-fit=cover\"}],[\"$\",\"meta\",\"1\",{\"name\":\"theme-color\",\"content\":\"#9333ea\"}],[\"$\",\"meta\",\"2\",{\"charSet\":\"utf-8\"}],[\"$\",\"title\",\"3\",{\"children\":\"Boomer Calc - Easy Calculator\"}],[\"$\",\"meta\",\"4\",{\"name\":\"description\",\"content\":\"Simple, easy-to-read calculator with big numbers. Perfect for everyone!\"}],[\"$\",\"meta\",\"5\",{\"name\":\"application-name\",\"content\":\"Boomer Calc\"}],[\"$\",\"link\",\"6\",{\"rel\":\"manifest\",\"href\":\"/manifest.json\",\"crossOrigin\":\"use-credentials\"}],[\"$\",\"meta\",\"7\",{\"name\":\"apple-mobile-web-app-capable\",\"content\":\"yes\"}],[\"$\",\"meta\",\"8\",{\"name\":\"apple-mobile-web-app-title\",\"content\":\"Boomer Calc\"}],[\"$\",\"meta\",\"9\",{\"name\":\"apple-mobile-web-app-status-bar-style\",\"content\":\"black-translucent\"}],[\"$\",\"link\",\"10\",{\"rel\":\"icon\",\"href\":\"/icon-192.png\"}],[\"$\",\"link\",\"11\",{\"rel\":\"apple-touch-icon\",\"href\":\"/icon-192.png\"}],[\"$\",\"meta\",\"12\",{\"name\":\"next-size-adjust\"}]]\n4:null\n"])</script></body></html>
\ No newline at end of file
diff --git a/out/index.txt b/out/index.txt
index e252467..a632ce5 100644
--- a/out/index.txt
+++ b/out/index.txt
@@ -2,7 +2,7 @@
 3:I[3976,["931","static/chunks/app/page-aad68d69a2ad4add.js"],"default",1]
 4:I[4707,[],""]
 5:I[6423,[],""]
-6:I[1999,["185","static/chunks/app/layout-9e3ea61e66229d7f.js"],"default"]
-0:["0ZrxxP-jHqjRF3TOq4BUt",[[["",{"children":["__PAGE__",{}]},"$undefined","$undefined",true],["",{"children":["__PAGE__",{},[["$L1",["$","$L2",null,{"props":{"params":{},"searchParams":{}},"Component":"$3"}],null],null],null]},[[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/67036131b6ae7bc2.css","precedence":"next","crossOrigin":"$undefined"}]],["$","html",null,{"lang":"en","children":[["$","head",null,{"children":["$","link",null,{"rel":"apple-touch-icon","href":"/icon-192.png"}]}],["$","body",null,{"className":"__className_f367f3","children":[["$","$L4",null,{"parallelRouterKey":"children","segmentPath":["children"],"error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L5",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":"404"}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],"notFoundStyles":[]}],["$","$L6",null,{}]]}]]}]],null],null],["$L7",null]]]]
+6:I[1999,["185","static/chunks/app/layout-f61ae32ec34132b3.js"],"default"]
+0:["wFDetEwWXmG4gIE0Yxi6q",[[["",{"children":["__PAGE__",{}]},"$undefined","$undefined",true],["",{"children":["__PAGE__",{},[["$L1",["$","$L2",null,{"props":{"params":{},"searchParams":{}},"Component":"$3"}],null],null],null]},[[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/67036131b6ae7bc2.css","precedence":"next","crossOrigin":"$undefined"}]],["$","html",null,{"lang":"en","children":[["$","head",null,{"children":["$","link",null,{"rel":"apple-touch-icon","href":"/icon-192.png"}]}],["$","body",null,{"className":"__className_f367f3","children":[["$","$L4",null,{"parallelRouterKey":"children","segmentPath":["children"],"error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L5",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":"404"}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],"notFoundStyles":[]}],["$","$L6",null,{}]]}]]}]],null],null],["$L7",null]]]]
 7:[["$","meta","0",{"name":"viewport","content":"width=device-width, initial-scale=1, viewport-fit=cover"}],["$","meta","1",{"name":"theme-color","content":"#9333ea"}],["$","meta","2",{"charSet":"utf-8"}],["$","title","3",{"children":"Boomer Calc - Easy Calculator"}],["$","meta","4",{"name":"description","content":"Simple, easy-to-read calculator with big numbers. Perfect for everyone!"}],["$","meta","5",{"name":"application-name","content":"Boomer Calc"}],["$","link","6",{"rel":"manifest","href":"/manifest.json","crossOrigin":"use-credentials"}],["$","meta","7",{"name":"apple-mobile-web-app-capable","content":"yes"}],["$","meta","8",{"name":"apple-mobile-web-app-title","content":"Boomer Calc"}],["$","meta","9",{"name":"apple-mobile-web-app-status-bar-style","content":"black-translucent"}],["$","link","10",{"rel":"icon","href":"/icon-192.png"}],["$","link","11",{"rel":"apple-touch-icon","href":"/icon-192.png"}],["$","meta","12",{"name":"next-size-adjust"}]]
 1:null
diff --git a/out/privacy.html b/out/privacy.html
index faaeb90..6bc966d 100644
--- a/out/privacy.html
+++ b/out/privacy.html
@@ -1 +1 @@
-<!DOCTYPE html><html lang="en"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover"/><link rel="preload" href="/_next/static/media/e4af272ccee01ff0-s.p.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="stylesheet" href="/_next/static/css/67036131b6ae7bc2.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/webpack-9bb46ca1fa3f9a7b.js"/><script src="/_next/static/chunks/fd9d1056-9f91b5e418130764.js" async=""></script><script src="/_next/static/chunks/117-ea0db1a6324509e4.js" async=""></script><script src="/_next/static/chunks/main-app-db613fed919dc4ab.js" async=""></script><script src="/_next/static/chunks/app/layout-9e3ea61e66229d7f.js" async=""></script><link rel="apple-touch-icon" href="/icon-192.png"/><meta name="theme-color" content="#9333ea"/><title>Boomer Calc - Easy Calculator</title><meta name="description" content="Simple, easy-to-read calculator with big numbers. Perfect for everyone!"/><meta name="application-name" content="Boomer Calc"/><link rel="manifest" href="/manifest.json" crossorigin="use-credentials"/><meta name="apple-mobile-web-app-capable" content="yes"/><meta name="apple-mobile-web-app-title" content="Boomer Calc"/><meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"/><link rel="icon" href="/icon-192.png"/><link rel="apple-touch-icon" href="/icon-192.png"/><meta name="next-size-adjust"/><script src="/_next/static/chunks/polyfills-42372ed130431b0a.js" noModule=""></script></head><body class="__className_f367f3"><div class="min-h-screen bg-gray-900 text-gray-100 p-8"><div class="max-w-3xl mx-auto"><h1 class="text-4xl font-bold mb-8">Privacy Policy for Boomer Calc</h1><p class="text-gray-400 mb-8">Last updated: October 20, 2025</p><section class="mb-8"><h2 class="text-2xl font-semibold mb-4">Developer Information</h2><p class="text-gray-300 leading-relaxed"><strong>Developer:</strong> Steve Abrams Designs<br/><strong>Contact:</strong> <a href="mailto:steveabramsdesigns@gmail.com" class="text-blue-400 hover:text-blue-300 underline">steveabramsdesigns@gmail.com</a></p></section><section class="mb-8"><h2 class="text-2xl font-semibold mb-4">Overview</h2><p class="text-gray-300 leading-relaxed">Boomer Calc is committed to protecting your privacy. This privacy policy explains how our application handles your information.</p></section><section class="mb-8"><h2 class="text-2xl font-semibold mb-4">Data Collection</h2><p class="text-gray-300 leading-relaxed mb-4"><strong>Boomer Calc does not collect, store, or transmit any personal data.</strong></p><p class="text-gray-300 leading-relaxed">The app functions entirely offline and does not require any permissions or access to your personal information. All calculations are performed locally on your device and are not stored or shared.</p></section><section class="mb-8"><h2 class="text-2xl font-semibold mb-4">Third-Party Services</h2><p class="text-gray-300 leading-relaxed">Boomer Calc does not integrate with any third-party services, analytics platforms, or advertising networks. Your usage of the app is completely private.</p></section><section class="mb-8"><h2 class="text-2xl font-semibold mb-4">Data Security</h2><p class="text-gray-300 leading-relaxed">Since no data is collected or transmitted, there is no risk of your personal information being compromised through our app.</p></section><section class="mb-8"><h2 class="text-2xl font-semibold mb-4">Children&#x27;s Privacy</h2><p class="text-gray-300 leading-relaxed">Boomer Calc is safe for users of all ages. We do not collect any information from anyone, including children under 13.</p></section><section class="mb-8"><h2 class="text-2xl font-semibold mb-4">Changes to This Policy</h2><p class="text-gray-300 leading-relaxed">We may update this privacy policy from time to time. Any changes will be posted on this page with an updated revision date.</p></section><section class="mb-8"><h2 class="text-2xl font-semibold mb-4">Contact Us</h2><p class="text-gray-300 leading-relaxed">If you have any questions about this privacy policy, please contact us through our <a href="/support" class="text-blue-400 hover:text-blue-300 underline">support page</a>.</p></section></div></div><script src="/_next/static/chunks/webpack-9bb46ca1fa3f9a7b.js" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0]);self.__next_f.push([2,null])</script><script>self.__next_f.push([1,"1:HL[\"/_next/static/media/e4af272ccee01ff0-s.p.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n2:HL[\"/_next/static/css/67036131b6ae7bc2.css\",\"style\"]\n"])</script><script>self.__next_f.push([1,"3:I[2846,[],\"\"]\n5:I[4707,[],\"\"]\n6:I[6423,[],\"\"]\n7:I[1999,[\"185\",\"static/chunks/app/layout-9e3ea61e66229d7f.js\"],\"default\"]\n9:I[1060,[],\"\"]\na:[]\n"])</script><script>self.__next_f.push([1,"0:[\"$\",\"$L3\",null,{\"buildId\":\"0ZrxxP-jHqjRF3TOq4BUt\",\"assetPrefix\":\"\",\"urlParts\":[\"\",\"privacy\"],\"initialTree\":[\"\",{\"children\":[\"privacy\",{\"children\":[\"__PAGE__\",{}]}]},\"$undefined\",\"$undefined\",true],\"initialSeedData\":[\"\",{\"children\":[\"privacy\",{\"children\":[\"__PAGE__\",{},[[\"$L4\",[\"$\",\"div\",null,{\"className\":\"min-h-screen bg-gray-900 text-gray-100 p-8\",\"children\":[\"$\",\"div\",null,{\"className\":\"max-w-3xl mx-auto\",\"children\":[[\"$\",\"h1\",null,{\"className\":\"text-4xl font-bold mb-8\",\"children\":\"Privacy Policy for Boomer Calc\"}],[\"$\",\"p\",null,{\"className\":\"text-gray-400 mb-8\",\"children\":\"Last updated: October 20, 2025\"}],[\"$\",\"section\",null,{\"className\":\"mb-8\",\"children\":[[\"$\",\"h2\",null,{\"className\":\"text-2xl font-semibold mb-4\",\"children\":\"Developer Information\"}],[\"$\",\"p\",null,{\"className\":\"text-gray-300 leading-relaxed\",\"children\":[[\"$\",\"strong\",null,{\"children\":\"Developer:\"}],\" Steve Abrams Designs\",[\"$\",\"br\",null,{}],[\"$\",\"strong\",null,{\"children\":\"Contact:\"}],\" \",[\"$\",\"a\",null,{\"href\":\"mailto:steveabramsdesigns@gmail.com\",\"className\":\"text-blue-400 hover:text-blue-300 underline\",\"children\":\"steveabramsdesigns@gmail.com\"}]]}]]}],[\"$\",\"section\",null,{\"className\":\"mb-8\",\"children\":[[\"$\",\"h2\",null,{\"className\":\"text-2xl font-semibold mb-4\",\"children\":\"Overview\"}],[\"$\",\"p\",null,{\"className\":\"text-gray-300 leading-relaxed\",\"children\":\"Boomer Calc is committed to protecting your privacy. This privacy policy explains how our application handles your information.\"}]]}],[\"$\",\"section\",null,{\"className\":\"mb-8\",\"children\":[[\"$\",\"h2\",null,{\"className\":\"text-2xl font-semibold mb-4\",\"children\":\"Data Collection\"}],[\"$\",\"p\",null,{\"className\":\"text-gray-300 leading-relaxed mb-4\",\"children\":[\"$\",\"strong\",null,{\"children\":\"Boomer Calc does not collect, store, or transmit any personal data.\"}]}],[\"$\",\"p\",null,{\"className\":\"text-gray-300 leading-relaxed\",\"children\":\"The app functions entirely offline and does not require any permissions or access to your personal information. All calculations are performed locally on your device and are not stored or shared.\"}]]}],[\"$\",\"section\",null,{\"className\":\"mb-8\",\"children\":[[\"$\",\"h2\",null,{\"className\":\"text-2xl font-semibold mb-4\",\"children\":\"Third-Party Services\"}],[\"$\",\"p\",null,{\"className\":\"text-gray-300 leading-relaxed\",\"children\":\"Boomer Calc does not integrate with any third-party services, analytics platforms, or advertising networks. Your usage of the app is completely private.\"}]]}],[\"$\",\"section\",null,{\"className\":\"mb-8\",\"children\":[[\"$\",\"h2\",null,{\"className\":\"text-2xl font-semibold mb-4\",\"children\":\"Data Security\"}],[\"$\",\"p\",null,{\"className\":\"text-gray-300 leading-relaxed\",\"children\":\"Since no data is collected or transmitted, there is no risk of your personal information being compromised through our app.\"}]]}],[\"$\",\"section\",null,{\"className\":\"mb-8\",\"children\":[[\"$\",\"h2\",null,{\"className\":\"text-2xl font-semibold mb-4\",\"children\":\"Children's Privacy\"}],[\"$\",\"p\",null,{\"className\":\"text-gray-300 leading-relaxed\",\"children\":\"Boomer Calc is safe for users of all ages. We do not collect any information from anyone, including children under 13.\"}]]}],[\"$\",\"section\",null,{\"className\":\"mb-8\",\"children\":[[\"$\",\"h2\",null,{\"className\":\"text-2xl font-semibold mb-4\",\"children\":\"Changes to This Policy\"}],[\"$\",\"p\",null,{\"className\":\"text-gray-300 leading-relaxed\",\"children\":\"We may update this privacy policy from time to time. Any changes will be posted on this page with an updated revision date.\"}]]}],[\"$\",\"section\",null,{\"className\":\"mb-8\",\"children\":[[\"$\",\"h2\",null,{\"className\":\"text-2xl font-semibold mb-4\",\"children\":\"Contact Us\"}],[\"$\",\"p\",null,{\"className\":\"text-gray-300 leading-relaxed\",\"children\":[\"If you have any questions about this privacy policy, please contact us through our \",[\"$\",\"a\",null,{\"href\":\"/support\",\"className\":\"text-blue-400 hover:text-blue-300 underline\",\"children\":\"support page\"}],\".\"]}]]}]]}]}],null],null],null]},[null,[\"$\",\"$L5\",null,{\"parallelRouterKey\":\"children\",\"segmentPath\":[\"children\",\"privacy\",\"children\"],\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L6\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"notFoundStyles\":\"$undefined\"}]],null]},[[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/67036131b6ae7bc2.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"en\",\"children\":[[\"$\",\"head\",null,{\"children\":[\"$\",\"link\",null,{\"rel\":\"apple-touch-icon\",\"href\":\"/icon-192.png\"}]}],[\"$\",\"body\",null,{\"className\":\"__className_f367f3\",\"children\":[[\"$\",\"$L5\",null,{\"parallelRouterKey\":\"children\",\"segmentPath\":[\"children\"],\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L6\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"},\"children\":\"404\"}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0},\"children\":\"This page could not be found.\"}]}]]}]}]],\"notFoundStyles\":[]}],[\"$\",\"$L7\",null,{}]]}]]}]],null],null],\"couldBeIntercepted\":false,\"initialHead\":[null,\"$L8\"],\"globalErrorComponent\":\"$9\",\"missingSlots\":\"$Wa\"}]\n"])</script><script>self.__next_f.push([1,"8:[[\"$\",\"meta\",\"0\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1, viewport-fit=cover\"}],[\"$\",\"meta\",\"1\",{\"name\":\"theme-color\",\"content\":\"#9333ea\"}],[\"$\",\"meta\",\"2\",{\"charSet\":\"utf-8\"}],[\"$\",\"title\",\"3\",{\"children\":\"Boomer Calc - Easy Calculator\"}],[\"$\",\"meta\",\"4\",{\"name\":\"description\",\"content\":\"Simple, easy-to-read calculator with big numbers. Perfect for everyone!\"}],[\"$\",\"meta\",\"5\",{\"name\":\"application-name\",\"content\":\"Boomer Calc\"}],[\"$\",\"link\",\"6\",{\"rel\":\"manifest\",\"href\":\"/manifest.json\",\"crossOrigin\":\"use-credentials\"}],[\"$\",\"meta\",\"7\",{\"name\":\"apple-mobile-web-app-capable\",\"content\":\"yes\"}],[\"$\",\"meta\",\"8\",{\"name\":\"apple-mobile-web-app-title\",\"content\":\"Boomer Calc\"}],[\"$\",\"meta\",\"9\",{\"name\":\"apple-mobile-web-app-status-bar-style\",\"content\":\"black-translucent\"}],[\"$\",\"link\",\"10\",{\"rel\":\"icon\",\"href\":\"/icon-192.png\"}],[\"$\",\"link\",\"11\",{\"rel\":\"apple-touch-icon\",\"href\":\"/icon-192.png\"}],[\"$\",\"meta\",\"12\",{\"name\":\"next-size-adjust\"}]]\n4:null\n"])</script></body></html>
\ No newline at end of file
+<!DOCTYPE html><html lang="en"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover"/><link rel="preload" href="/_next/static/media/e4af272ccee01ff0-s.p.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="stylesheet" href="/_next/static/css/67036131b6ae7bc2.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/webpack-9bb46ca1fa3f9a7b.js"/><script src="/_next/static/chunks/fd9d1056-9f91b5e418130764.js" async=""></script><script src="/_next/static/chunks/117-ea0db1a6324509e4.js" async=""></script><script src="/_next/static/chunks/main-app-db613fed919dc4ab.js" async=""></script><script src="/_next/static/chunks/app/layout-f61ae32ec34132b3.js" async=""></script><link rel="apple-touch-icon" href="/icon-192.png"/><meta name="theme-color" content="#9333ea"/><title>Boomer Calc - Easy Calculator</title><meta name="description" content="Simple, easy-to-read calculator with big numbers. Perfect for everyone!"/><meta name="application-name" content="Boomer Calc"/><link rel="manifest" href="/manifest.json" crossorigin="use-credentials"/><meta name="apple-mobile-web-app-capable" content="yes"/><meta name="apple-mobile-web-app-title" content="Boomer Calc"/><meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"/><link rel="icon" href="/icon-192.png"/><link rel="apple-touch-icon" href="/icon-192.png"/><meta name="next-size-adjust"/><script src="/_next/static/chunks/polyfills-42372ed130431b0a.js" noModule=""></script></head><body class="__className_f367f3"><div class="min-h-screen bg-gray-900 text-gray-100 p-8"><div class="max-w-3xl mx-auto"><h1 class="text-4xl font-bold mb-8">Privacy Policy for Boomer Calc</h1><p class="text-gray-400 mb-8">Last updated: October 20, 2025</p><section class="mb-8"><h2 class="text-2xl font-semibold mb-4">Developer Information</h2><p class="text-gray-300 leading-relaxed"><strong>Developer:</strong> Steve Abrams Designs<br/><strong>Contact:</strong> <a href="mailto:steveabramsdesigns@gmail.com" class="text-blue-400 hover:text-blue-300 underline">steveabramsdesigns@gmail.com</a></p></section><section class="mb-8"><h2 class="text-2xl font-semibold mb-4">Overview</h2><p class="text-gray-300 leading-relaxed">Boomer Calc is committed to protecting your privacy. This privacy policy explains how our application handles your information.</p></section><section class="mb-8"><h2 class="text-2xl font-semibold mb-4">Data Collection</h2><p class="text-gray-300 leading-relaxed mb-4"><strong>Boomer Calc does not collect, store, or transmit any personal data.</strong></p><p class="text-gray-300 leading-relaxed">The app functions entirely offline and does not require any permissions or access to your personal information. All calculations are performed locally on your device and are not stored or shared.</p></section><section class="mb-8"><h2 class="text-2xl font-semibold mb-4">Third-Party Services</h2><p class="text-gray-300 leading-relaxed">Boomer Calc does not integrate with any third-party services, analytics platforms, or advertising networks. Your usage of the app is completely private.</p></section><section class="mb-8"><h2 class="text-2xl font-semibold mb-4">Data Security</h2><p class="text-gray-300 leading-relaxed">Since no data is collected or transmitted, there is no risk of your personal information being compromised through our app.</p></section><section class="mb-8"><h2 class="text-2xl font-semibold mb-4">Children&#x27;s Privacy</h2><p class="text-gray-300 leading-relaxed">Boomer Calc is safe for users of all ages. We do not collect any information from anyone, including children under 13.</p></section><section class="mb-8"><h2 class="text-2xl font-semibold mb-4">Changes to This Policy</h2><p class="text-gray-300 leading-relaxed">We may update this privacy policy from time to time. Any changes will be posted on this page with an updated revision date.</p></section><section class="mb-8"><h2 class="text-2xl font-semibold mb-4">Contact Us</h2><p class="text-gray-300 leading-relaxed">If you have any questions about this privacy policy, please contact us through our <a href="/support" class="text-blue-400 hover:text-blue-300 underline">support page</a>.</p></section></div></div><script src="/_next/static/chunks/webpack-9bb46ca1fa3f9a7b.js" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0]);self.__next_f.push([2,null])</script><script>self.__next_f.push([1,"1:HL[\"/_next/static/media/e4af272ccee01ff0-s.p.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n2:HL[\"/_next/static/css/67036131b6ae7bc2.css\",\"style\"]\n"])</script><script>self.__next_f.push([1,"3:I[2846,[],\"\"]\n5:I[4707,[],\"\"]\n6:I[6423,[],\"\"]\n7:I[1999,[\"185\",\"static/chunks/app/layout-f61ae32ec34132b3.js\"],\"default\"]\n9:I[1060,[],\"\"]\na:[]\n"])</script><script>self.__next_f.push([1,"0:[\"$\",\"$L3\",null,{\"buildId\":\"wFDetEwWXmG4gIE0Yxi6q\",\"assetPrefix\":\"\",\"urlParts\":[\"\",\"privacy\"],\"initialTree\":[\"\",{\"children\":[\"privacy\",{\"children\":[\"__PAGE__\",{}]}]},\"$undefined\",\"$undefined\",true],\"initialSeedData\":[\"\",{\"children\":[\"privacy\",{\"children\":[\"__PAGE__\",{},[[\"$L4\",[\"$\",\"div\",null,{\"className\":\"min-h-screen bg-gray-900 text-gray-100 p-8\",\"children\":[\"$\",\"div\",null,{\"className\":\"max-w-3xl mx-auto\",\"children\":[[\"$\",\"h1\",null,{\"className\":\"text-4xl font-bold mb-8\",\"children\":\"Privacy Policy for Boomer Calc\"}],[\"$\",\"p\",null,{\"className\":\"text-gray-400 mb-8\",\"children\":\"Last updated: October 20, 2025\"}],[\"$\",\"section\",null,{\"className\":\"mb-8\",\"children\":[[\"$\",\"h2\",null,{\"className\":\"text-2xl font-semibold mb-4\",\"children\":\"Developer Information\"}],[\"$\",\"p\",null,{\"className\":\"text-gray-300 leading-relaxed\",\"children\":[[\"$\",\"strong\",null,{\"children\":\"Developer:\"}],\" Steve Abrams Designs\",[\"$\",\"br\",null,{}],[\"$\",\"strong\",null,{\"children\":\"Contact:\"}],\" \",[\"$\",\"a\",null,{\"href\":\"mailto:steveabramsdesigns@gmail.com\",\"className\":\"text-blue-400 hover:text-blue-300 underline\",\"children\":\"steveabramsdesigns@gmail.com\"}]]}]]}],[\"$\",\"section\",null,{\"className\":\"mb-8\",\"children\":[[\"$\",\"h2\",null,{\"className\":\"text-2xl font-semibold mb-4\",\"children\":\"Overview\"}],[\"$\",\"p\",null,{\"className\":\"text-gray-300 leading-relaxed\",\"children\":\"Boomer Calc is committed to protecting your privacy. This privacy policy explains how our application handles your information.\"}]]}],[\"$\",\"section\",null,{\"className\":\"mb-8\",\"children\":[[\"$\",\"h2\",null,{\"className\":\"text-2xl font-semibold mb-4\",\"children\":\"Data Collection\"}],[\"$\",\"p\",null,{\"className\":\"text-gray-300 leading-relaxed mb-4\",\"children\":[\"$\",\"strong\",null,{\"children\":\"Boomer Calc does not collect, store, or transmit any personal data.\"}]}],[\"$\",\"p\",null,{\"className\":\"text-gray-300 leading-relaxed\",\"children\":\"The app functions entirely offline and does not require any permissions or access to your personal information. All calculations are performed locally on your device and are not stored or shared.\"}]]}],[\"$\",\"section\",null,{\"className\":\"mb-8\",\"children\":[[\"$\",\"h2\",null,{\"className\":\"text-2xl font-semibold mb-4\",\"children\":\"Third-Party Services\"}],[\"$\",\"p\",null,{\"className\":\"text-gray-300 leading-relaxed\",\"children\":\"Boomer Calc does not integrate with any third-party services, analytics platforms, or advertising networks. Your usage of the app is completely private.\"}]]}],[\"$\",\"section\",null,{\"className\":\"mb-8\",\"children\":[[\"$\",\"h2\",null,{\"className\":\"text-2xl font-semibold mb-4\",\"children\":\"Data Security\"}],[\"$\",\"p\",null,{\"className\":\"text-gray-300 leading-relaxed\",\"children\":\"Since no data is collected or transmitted, there is no risk of your personal information being compromised through our app.\"}]]}],[\"$\",\"section\",null,{\"className\":\"mb-8\",\"children\":[[\"$\",\"h2\",null,{\"className\":\"text-2xl font-semibold mb-4\",\"children\":\"Children's Privacy\"}],[\"$\",\"p\",null,{\"className\":\"text-gray-300 leading-relaxed\",\"children\":\"Boomer Calc is safe for users of all ages. We do not collect any information from anyone, including children under 13.\"}]]}],[\"$\",\"section\",null,{\"className\":\"mb-8\",\"children\":[[\"$\",\"h2\",null,{\"className\":\"text-2xl font-semibold mb-4\",\"children\":\"Changes to This Policy\"}],[\"$\",\"p\",null,{\"className\":\"text-gray-300 leading-relaxed\",\"children\":\"We may update this privacy policy from time to time. Any changes will be posted on this page with an updated revision date.\"}]]}],[\"$\",\"section\",null,{\"className\":\"mb-8\",\"children\":[[\"$\",\"h2\",null,{\"className\":\"text-2xl font-semibold mb-4\",\"children\":\"Contact Us\"}],[\"$\",\"p\",null,{\"className\":\"text-gray-300 leading-relaxed\",\"children\":[\"If you have any questions about this privacy policy, please contact us through our \",[\"$\",\"a\",null,{\"href\":\"/support\",\"className\":\"text-blue-400 hover:text-blue-300 underline\",\"children\":\"support page\"}],\".\"]}]]}]]}]}],null],null],null]},[null,[\"$\",\"$L5\",null,{\"parallelRouterKey\":\"children\",\"segmentPath\":[\"children\",\"privacy\",\"children\"],\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L6\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"notFoundStyles\":\"$undefined\"}]],null]},[[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/67036131b6ae7bc2.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"en\",\"children\":[[\"$\",\"head\",null,{\"children\":[\"$\",\"link\",null,{\"rel\":\"apple-touch-icon\",\"href\":\"/icon-192.png\"}]}],[\"$\",\"body\",null,{\"className\":\"__className_f367f3\",\"children\":[[\"$\",\"$L5\",null,{\"parallelRouterKey\":\"children\",\"segmentPath\":[\"children\"],\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L6\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"},\"children\":\"404\"}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0},\"children\":\"This page could not be found.\"}]}]]}]}]],\"notFoundStyles\":[]}],[\"$\",\"$L7\",null,{}]]}]]}]],null],null],\"couldBeIntercepted\":false,\"initialHead\":[null,\"$L8\"],\"globalErrorComponent\":\"$9\",\"missingSlots\":\"$Wa\"}]\n"])</script><script>self.__next_f.push([1,"8:[[\"$\",\"meta\",\"0\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1, viewport-fit=cover\"}],[\"$\",\"meta\",\"1\",{\"name\":\"theme-color\",\"content\":\"#9333ea\"}],[\"$\",\"meta\",\"2\",{\"charSet\":\"utf-8\"}],[\"$\",\"title\",\"3\",{\"children\":\"Boomer Calc - Easy Calculator\"}],[\"$\",\"meta\",\"4\",{\"name\":\"description\",\"content\":\"Simple, easy-to-read calculator with big numbers. Perfect for everyone!\"}],[\"$\",\"meta\",\"5\",{\"name\":\"application-name\",\"content\":\"Boomer Calc\"}],[\"$\",\"link\",\"6\",{\"rel\":\"manifest\",\"href\":\"/manifest.json\",\"crossOrigin\":\"use-credentials\"}],[\"$\",\"meta\",\"7\",{\"name\":\"apple-mobile-web-app-capable\",\"content\":\"yes\"}],[\"$\",\"meta\",\"8\",{\"name\":\"apple-mobile-web-app-title\",\"content\":\"Boomer Calc\"}],[\"$\",\"meta\",\"9\",{\"name\":\"apple-mobile-web-app-status-bar-style\",\"content\":\"black-translucent\"}],[\"$\",\"link\",\"10\",{\"rel\":\"icon\",\"href\":\"/icon-192.png\"}],[\"$\",\"link\",\"11\",{\"rel\":\"apple-touch-icon\",\"href\":\"/icon-192.png\"}],[\"$\",\"meta\",\"12\",{\"name\":\"next-size-adjust\"}]]\n4:null\n"])</script></body></html>
\ No newline at end of file
diff --git a/out/privacy.txt b/out/privacy.txt
index 25db1fd..99a3ad4 100644
--- a/out/privacy.txt
+++ b/out/privacy.txt
@@ -1,6 +1,6 @@
 2:I[4707,[],""]
 3:I[6423,[],""]
-4:I[1999,["185","static/chunks/app/layout-9e3ea61e66229d7f.js"],"default"]
-0:["0ZrxxP-jHqjRF3TOq4BUt",[[["",{"children":["privacy",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",true],["",{"children":["privacy",{"children":["__PAGE__",{},[["$L1",["$","div",null,{"className":"min-h-screen bg-gray-900 text-gray-100 p-8","children":["$","div",null,{"className":"max-w-3xl mx-auto","children":[["$","h1",null,{"className":"text-4xl font-bold mb-8","children":"Privacy Policy for Boomer Calc"}],["$","p",null,{"className":"text-gray-400 mb-8","children":"Last updated: October 20, 2025"}],["$","section",null,{"className":"mb-8","children":[["$","h2",null,{"className":"text-2xl font-semibold mb-4","children":"Developer Information"}],["$","p",null,{"className":"text-gray-300 leading-relaxed","children":[["$","strong",null,{"children":"Developer:"}]," Steve Abrams Designs",["$","br",null,{}],["$","strong",null,{"children":"Contact:"}]," ",["$","a",null,{"href":"mailto:steveabramsdesigns@gmail.com","className":"text-blue-400 hover:text-blue-300 underline","children":"steveabramsdesigns@gmail.com"}]]}]]}],["$","section",null,{"className":"mb-8","children":[["$","h2",null,{"className":"text-2xl font-semibold mb-4","children":"Overview"}],["$","p",null,{"className":"text-gray-300 leading-relaxed","children":"Boomer Calc is committed to protecting your privacy. This privacy policy explains how our application handles your information."}]]}],["$","section",null,{"className":"mb-8","children":[["$","h2",null,{"className":"text-2xl font-semibold mb-4","children":"Data Collection"}],["$","p",null,{"className":"text-gray-300 leading-relaxed mb-4","children":["$","strong",null,{"children":"Boomer Calc does not collect, store, or transmit any personal data."}]}],["$","p",null,{"className":"text-gray-300 leading-relaxed","children":"The app functions entirely offline and does not require any permissions or access to your personal information. All calculations are performed locally on your device and are not stored or shared."}]]}],["$","section",null,{"className":"mb-8","children":[["$","h2",null,{"className":"text-2xl font-semibold mb-4","children":"Third-Party Services"}],["$","p",null,{"className":"text-gray-300 leading-relaxed","children":"Boomer Calc does not integrate with any third-party services, analytics platforms, or advertising networks. Your usage of the app is completely private."}]]}],["$","section",null,{"className":"mb-8","children":[["$","h2",null,{"className":"text-2xl font-semibold mb-4","children":"Data Security"}],["$","p",null,{"className":"text-gray-300 leading-relaxed","children":"Since no data is collected or transmitted, there is no risk of your personal information being compromised through our app."}]]}],["$","section",null,{"className":"mb-8","children":[["$","h2",null,{"className":"text-2xl font-semibold mb-4","children":"Children's Privacy"}],["$","p",null,{"className":"text-gray-300 leading-relaxed","children":"Boomer Calc is safe for users of all ages. We do not collect any information from anyone, including children under 13."}]]}],["$","section",null,{"className":"mb-8","children":[["$","h2",null,{"className":"text-2xl font-semibold mb-4","children":"Changes to This Policy"}],["$","p",null,{"className":"text-gray-300 leading-relaxed","children":"We may update this privacy policy from time to time. Any changes will be posted on this page with an updated revision date."}]]}],["$","section",null,{"className":"mb-8","children":[["$","h2",null,{"className":"text-2xl font-semibold mb-4","children":"Contact Us"}],["$","p",null,{"className":"text-gray-300 leading-relaxed","children":["If you have any questions about this privacy policy, please contact us through our ",["$","a",null,{"href":"/support","className":"text-blue-400 hover:text-blue-300 underline","children":"support page"}],"."]}]]}]]}]}],null],null],null]},[null,["$","$L2",null,{"parallelRouterKey":"children","segmentPath":["children","privacy","children"],"error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L3",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","notFoundStyles":"$undefined"}]],null]},[[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/67036131b6ae7bc2.css","precedence":"next","crossOrigin":"$undefined"}]],["$","html",null,{"lang":"en","children":[["$","head",null,{"children":["$","link",null,{"rel":"apple-touch-icon","href":"/icon-192.png"}]}],["$","body",null,{"className":"__className_f367f3","children":[["$","$L2",null,{"parallelRouterKey":"children","segmentPath":["children"],"error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L3",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":"404"}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],"notFoundStyles":[]}],["$","$L4",null,{}]]}]]}]],null],null],["$L5",null]]]]
+4:I[1999,["185","static/chunks/app/layout-f61ae32ec34132b3.js"],"default"]
+0:["wFDetEwWXmG4gIE0Yxi6q",[[["",{"children":["privacy",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",true],["",{"children":["privacy",{"children":["__PAGE__",{},[["$L1",["$","div",null,{"className":"min-h-screen bg-gray-900 text-gray-100 p-8","children":["$","div",null,{"className":"max-w-3xl mx-auto","children":[["$","h1",null,{"className":"text-4xl font-bold mb-8","children":"Privacy Policy for Boomer Calc"}],["$","p",null,{"className":"text-gray-400 mb-8","children":"Last updated: October 20, 2025"}],["$","section",null,{"className":"mb-8","children":[["$","h2",null,{"className":"text-2xl font-semibold mb-4","children":"Developer Information"}],["$","p",null,{"className":"text-gray-300 leading-relaxed","children":[["$","strong",null,{"children":"Developer:"}]," Steve Abrams Designs",["$","br",null,{}],["$","strong",null,{"children":"Contact:"}]," ",["$","a",null,{"href":"mailto:steveabramsdesigns@gmail.com","className":"text-blue-400 hover:text-blue-300 underline","children":"steveabramsdesigns@gmail.com"}]]}]]}],["$","section",null,{"className":"mb-8","children":[["$","h2",null,{"className":"text-2xl font-semibold mb-4","children":"Overview"}],["$","p",null,{"className":"text-gray-300 leading-relaxed","children":"Boomer Calc is committed to protecting your privacy. This privacy policy explains how our application handles your information."}]]}],["$","section",null,{"className":"mb-8","children":[["$","h2",null,{"className":"text-2xl font-semibold mb-4","children":"Data Collection"}],["$","p",null,{"className":"text-gray-300 leading-relaxed mb-4","children":["$","strong",null,{"children":"Boomer Calc does not collect, store, or transmit any personal data."}]}],["$","p",null,{"className":"text-gray-300 leading-relaxed","children":"The app functions entirely offline and does not require any permissions or access to your personal information. All calculations are performed locally on your device and are not stored or shared."}]]}],["$","section",null,{"className":"mb-8","children":[["$","h2",null,{"className":"text-2xl font-semibold mb-4","children":"Third-Party Services"}],["$","p",null,{"className":"text-gray-300 leading-relaxed","children":"Boomer Calc does not integrate with any third-party services, analytics platforms, or advertising networks. Your usage of the app is completely private."}]]}],["$","section",null,{"className":"mb-8","children":[["$","h2",null,{"className":"text-2xl font-semibold mb-4","children":"Data Security"}],["$","p",null,{"className":"text-gray-300 leading-relaxed","children":"Since no data is collected or transmitted, there is no risk of your personal information being compromised through our app."}]]}],["$","section",null,{"className":"mb-8","children":[["$","h2",null,{"className":"text-2xl font-semibold mb-4","children":"Children's Privacy"}],["$","p",null,{"className":"text-gray-300 leading-relaxed","children":"Boomer Calc is safe for users of all ages. We do not collect any information from anyone, including children under 13."}]]}],["$","section",null,{"className":"mb-8","children":[["$","h2",null,{"className":"text-2xl font-semibold mb-4","children":"Changes to This Policy"}],["$","p",null,{"className":"text-gray-300 leading-relaxed","children":"We may update this privacy policy from time to time. Any changes will be posted on this page with an updated revision date."}]]}],["$","section",null,{"className":"mb-8","children":[["$","h2",null,{"className":"text-2xl font-semibold mb-4","children":"Contact Us"}],["$","p",null,{"className":"text-gray-300 leading-relaxed","children":["If you have any questions about this privacy policy, please contact us through our ",["$","a",null,{"href":"/support","className":"text-blue-400 hover:text-blue-300 underline","children":"support page"}],"."]}]]}]]}]}],null],null],null]},[null,["$","$L2",null,{"parallelRouterKey":"children","segmentPath":["children","privacy","children"],"error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L3",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","notFoundStyles":"$undefined"}]],null]},[[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/67036131b6ae7bc2.css","precedence":"next","crossOrigin":"$undefined"}]],["$","html",null,{"lang":"en","children":[["$","head",null,{"children":["$","link",null,{"rel":"apple-touch-icon","href":"/icon-192.png"}]}],["$","body",null,{"className":"__className_f367f3","children":[["$","$L2",null,{"parallelRouterKey":"children","segmentPath":["children"],"error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L3",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":"404"}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],"notFoundStyles":[]}],["$","$L4",null,{}]]}]]}]],null],null],["$L5",null]]]]
 5:[["$","meta","0",{"name":"viewport","content":"width=device-width, initial-scale=1, viewport-fit=cover"}],["$","meta","1",{"name":"theme-color","content":"#9333ea"}],["$","meta","2",{"charSet":"utf-8"}],["$","title","3",{"children":"Boomer Calc - Easy Calculator"}],["$","meta","4",{"name":"description","content":"Simple, easy-to-read calculator with big numbers. Perfect for everyone!"}],["$","meta","5",{"name":"application-name","content":"Boomer Calc"}],["$","link","6",{"rel":"manifest","href":"/manifest.json","crossOrigin":"use-credentials"}],["$","meta","7",{"name":"apple-mobile-web-app-capable","content":"yes"}],["$","meta","8",{"name":"apple-mobile-web-app-title","content":"Boomer Calc"}],["$","meta","9",{"name":"apple-mobile-web-app-status-bar-style","content":"black-translucent"}],["$","link","10",{"rel":"icon","href":"/icon-192.png"}],["$","link","11",{"rel":"apple-touch-icon","href":"/icon-192.png"}],["$","meta","12",{"name":"next-size-adjust"}]]
 1:null
diff --git a/out/support.html b/out/support.html
index c966ab2..d08b66e 100644
--- a/out/support.html
+++ b/out/support.html
@@ -1 +1 @@
-<!DOCTYPE html><html lang="en"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover"/><link rel="preload" href="/_next/static/media/e4af272ccee01ff0-s.p.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="stylesheet" href="/_next/static/css/67036131b6ae7bc2.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/webpack-9bb46ca1fa3f9a7b.js"/><script src="/_next/static/chunks/fd9d1056-9f91b5e418130764.js" async=""></script><script src="/_next/static/chunks/117-ea0db1a6324509e4.js" async=""></script><script src="/_next/static/chunks/main-app-db613fed919dc4ab.js" async=""></script><script src="/_next/static/chunks/app/layout-9e3ea61e66229d7f.js" async=""></script><link rel="apple-touch-icon" href="/icon-192.png"/><meta name="theme-color" content="#9333ea"/><title>Boomer Calc - Easy Calculator</title><meta name="description" content="Simple, easy-to-read calculator with big numbers. Perfect for everyone!"/><meta name="application-name" content="Boomer Calc"/><link rel="manifest" href="/manifest.json" crossorigin="use-credentials"/><meta name="apple-mobile-web-app-capable" content="yes"/><meta name="apple-mobile-web-app-title" content="Boomer Calc"/><meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"/><link rel="icon" href="/icon-192.png"/><link rel="apple-touch-icon" href="/icon-192.png"/><meta name="next-size-adjust"/><script src="/_next/static/chunks/polyfills-42372ed130431b0a.js" noModule=""></script></head><body class="__className_f367f3"><div class="min-h-screen bg-gray-900 text-gray-100 p-8"><div class="max-w-3xl mx-auto"><h1 class="text-4xl font-bold mb-8">Boomer Calc Support</h1><section class="mb-8"><h2 class="text-2xl font-semibold mb-4">About Boomer Calc</h2><p class="text-gray-300 leading-relaxed">Boomer Calc is a simple, no-frills calculator app designed for ease of use. It performs basic arithmetic operations without any unnecessary complexity.</p></section><section class="mb-8"><h2 class="text-2xl font-semibold mb-4">How to Use</h2><ul class="list-disc list-inside text-gray-300 space-y-2"><li>Tap numbers to enter them</li><li>Use +, -, ×, ÷ for operations</li><li>Press = to see the result</li><li>Press C to clear the current calculation</li><li>Press AC to clear everything</li></ul></section><section class="mb-8"><h2 class="text-2xl font-semibold mb-4">Frequently Asked Questions</h2><div class="mb-6"><h3 class="text-xl font-semibold mb-2 text-gray-200">Does Boomer Calc collect my data?</h3><p class="text-gray-300 leading-relaxed">No. Boomer Calc does not collect, store, or transmit any data. All calculations happen locally on your device. See our <a href="/privacy" class="text-blue-400 hover:text-blue-300 underline">privacy policy</a> for details.</p></div><div class="mb-6"><h3 class="text-xl font-semibold mb-2 text-gray-200">Does it work offline?</h3><p class="text-gray-300 leading-relaxed">Yes! Boomer Calc works completely offline. No internet connection required.</p></div><div class="mb-6"><h3 class="text-xl font-semibold mb-2 text-gray-200">Are there any ads?</h3><p class="text-gray-300 leading-relaxed">No. Boomer Calc is ad-free and always will be.</p></div><div class="mb-6"><h3 class="text-xl font-semibold mb-2 text-gray-200">Why is it called &quot;Boomer Calc&quot;?</h3><p class="text-gray-300 leading-relaxed">Because it&#x27;s straightforward and simple - just like calculators used to be. No learning curve, no unnecessary features, just reliable calculations.</p></div></section><section class="mb-8"><h2 class="text-2xl font-semibold mb-4">System Requirements</h2><ul class="list-disc list-inside text-gray-300 space-y-2"><li>iOS 13.0 or later</li><li>Compatible with iPhone and iPad</li><li>No internet connection required</li></ul></section><section class="mb-8"><h2 class="text-2xl font-semibold mb-4">Contact &amp; Feedback</h2><p class="text-gray-300 leading-relaxed mb-4">We&#x27;d love to hear from you! If you have questions, suggestions, or need help:</p><div class="bg-gray-800 p-6 rounded-lg"><p class="text-gray-300 mb-2"><strong>Developer:</strong> Steve Abrams Designs</p><p class="text-gray-300"><strong>Email:</strong> <a href="mailto:steveabramsdesigns@gmail.com" class="text-blue-400 hover:text-blue-300">steveabramsdesigns@gmail.com</a></p></div></section><section class="mb-8"><h2 class="text-2xl font-semibold mb-4">Version Information</h2><p class="text-gray-300 leading-relaxed">Current Version: 1.0.0</p></section><section class="mb-8"><h2 class="text-2xl font-semibold mb-4">Report a Bug</h2><p class="text-gray-300 leading-relaxed">If you encounter any issues while using Boomer Calc, please email us at<!-- --> <a href="mailto:steveabramsdesigns@gmail.com" class="text-blue-400 hover:text-blue-300">steveabramsdesigns@gmail.com</a> with:</p><ul class="list-disc list-inside text-gray-300 space-y-2 mt-4"><li>Description of the problem</li><li>Your device model and iOS version</li><li>Steps to reproduce the issue</li></ul></section></div></div><script src="/_next/static/chunks/webpack-9bb46ca1fa3f9a7b.js" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0]);self.__next_f.push([2,null])</script><script>self.__next_f.push([1,"1:HL[\"/_next/static/media/e4af272ccee01ff0-s.p.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n2:HL[\"/_next/static/css/67036131b6ae7bc2.css\",\"style\"]\n"])</script><script>self.__next_f.push([1,"3:I[2846,[],\"\"]\n5:I[4707,[],\"\"]\n6:I[6423,[],\"\"]\n7:I[1999,[\"185\",\"static/chunks/app/layout-9e3ea61e66229d7f.js\"],\"default\"]\n9:I[1060,[],\"\"]\na:[]\n"])</script><script>self.__next_f.push([1,"0:[\"$\",\"$L3\",null,{\"buildId\":\"0ZrxxP-jHqjRF3TOq4BUt\",\"assetPrefix\":\"\",\"urlParts\":[\"\",\"support\"],\"initialTree\":[\"\",{\"children\":[\"support\",{\"children\":[\"__PAGE__\",{}]}]},\"$undefined\",\"$undefined\",true],\"initialSeedData\":[\"\",{\"children\":[\"support\",{\"children\":[\"__PAGE__\",{},[[\"$L4\",[\"$\",\"div\",null,{\"className\":\"min-h-screen bg-gray-900 text-gray-100 p-8\",\"children\":[\"$\",\"div\",null,{\"className\":\"max-w-3xl mx-auto\",\"children\":[[\"$\",\"h1\",null,{\"className\":\"text-4xl font-bold mb-8\",\"children\":\"Boomer Calc Support\"}],[\"$\",\"section\",null,{\"className\":\"mb-8\",\"children\":[[\"$\",\"h2\",null,{\"className\":\"text-2xl font-semibold mb-4\",\"children\":\"About Boomer Calc\"}],[\"$\",\"p\",null,{\"className\":\"text-gray-300 leading-relaxed\",\"children\":\"Boomer Calc is a simple, no-frills calculator app designed for ease of use. It performs basic arithmetic operations without any unnecessary complexity.\"}]]}],[\"$\",\"section\",null,{\"className\":\"mb-8\",\"children\":[[\"$\",\"h2\",null,{\"className\":\"text-2xl font-semibold mb-4\",\"children\":\"How to Use\"}],[\"$\",\"ul\",null,{\"className\":\"list-disc list-inside text-gray-300 space-y-2\",\"children\":[[\"$\",\"li\",null,{\"children\":\"Tap numbers to enter them\"}],[\"$\",\"li\",null,{\"children\":\"Use +, -, ×, ÷ for operations\"}],[\"$\",\"li\",null,{\"children\":\"Press = to see the result\"}],[\"$\",\"li\",null,{\"children\":\"Press C to clear the current calculation\"}],[\"$\",\"li\",null,{\"children\":\"Press AC to clear everything\"}]]}]]}],[\"$\",\"section\",null,{\"className\":\"mb-8\",\"children\":[[\"$\",\"h2\",null,{\"className\":\"text-2xl font-semibold mb-4\",\"children\":\"Frequently Asked Questions\"}],[\"$\",\"div\",null,{\"className\":\"mb-6\",\"children\":[[\"$\",\"h3\",null,{\"className\":\"text-xl font-semibold mb-2 text-gray-200\",\"children\":\"Does Boomer Calc collect my data?\"}],[\"$\",\"p\",null,{\"className\":\"text-gray-300 leading-relaxed\",\"children\":[\"No. Boomer Calc does not collect, store, or transmit any data. All calculations happen locally on your device. See our \",[\"$\",\"a\",null,{\"href\":\"/privacy\",\"className\":\"text-blue-400 hover:text-blue-300 underline\",\"children\":\"privacy policy\"}],\" for details.\"]}]]}],[\"$\",\"div\",null,{\"className\":\"mb-6\",\"children\":[[\"$\",\"h3\",null,{\"className\":\"text-xl font-semibold mb-2 text-gray-200\",\"children\":\"Does it work offline?\"}],[\"$\",\"p\",null,{\"className\":\"text-gray-300 leading-relaxed\",\"children\":\"Yes! Boomer Calc works completely offline. No internet connection required.\"}]]}],[\"$\",\"div\",null,{\"className\":\"mb-6\",\"children\":[[\"$\",\"h3\",null,{\"className\":\"text-xl font-semibold mb-2 text-gray-200\",\"children\":\"Are there any ads?\"}],[\"$\",\"p\",null,{\"className\":\"text-gray-300 leading-relaxed\",\"children\":\"No. Boomer Calc is ad-free and always will be.\"}]]}],[\"$\",\"div\",null,{\"className\":\"mb-6\",\"children\":[[\"$\",\"h3\",null,{\"className\":\"text-xl font-semibold mb-2 text-gray-200\",\"children\":\"Why is it called \\\"Boomer Calc\\\"?\"}],[\"$\",\"p\",null,{\"className\":\"text-gray-300 leading-relaxed\",\"children\":\"Because it's straightforward and simple - just like calculators used to be. No learning curve, no unnecessary features, just reliable calculations.\"}]]}]]}],[\"$\",\"section\",null,{\"className\":\"mb-8\",\"children\":[[\"$\",\"h2\",null,{\"className\":\"text-2xl font-semibold mb-4\",\"children\":\"System Requirements\"}],[\"$\",\"ul\",null,{\"className\":\"list-disc list-inside text-gray-300 space-y-2\",\"children\":[[\"$\",\"li\",null,{\"children\":\"iOS 13.0 or later\"}],[\"$\",\"li\",null,{\"children\":\"Compatible with iPhone and iPad\"}],[\"$\",\"li\",null,{\"children\":\"No internet connection required\"}]]}]]}],[\"$\",\"section\",null,{\"className\":\"mb-8\",\"children\":[[\"$\",\"h2\",null,{\"className\":\"text-2xl font-semibold mb-4\",\"children\":\"Contact \u0026 Feedback\"}],[\"$\",\"p\",null,{\"className\":\"text-gray-300 leading-relaxed mb-4\",\"children\":\"We'd love to hear from you! If you have questions, suggestions, or need help:\"}],[\"$\",\"div\",null,{\"className\":\"bg-gray-800 p-6 rounded-lg\",\"children\":[[\"$\",\"p\",null,{\"className\":\"text-gray-300 mb-2\",\"children\":[[\"$\",\"strong\",null,{\"children\":\"Developer:\"}],\" Steve Abrams Designs\"]}],[\"$\",\"p\",null,{\"className\":\"text-gray-300\",\"children\":[[\"$\",\"strong\",null,{\"children\":\"Email:\"}],\" \",[\"$\",\"a\",null,{\"href\":\"mailto:steveabramsdesigns@gmail.com\",\"className\":\"text-blue-400 hover:text-blue-300\",\"children\":\"steveabramsdesigns@gmail.com\"}]]}]]}]]}],[\"$\",\"section\",null,{\"className\":\"mb-8\",\"children\":[[\"$\",\"h2\",null,{\"className\":\"text-2xl font-semibold mb-4\",\"children\":\"Version Information\"}],[\"$\",\"p\",null,{\"className\":\"text-gray-300 leading-relaxed\",\"children\":\"Current Version: 1.0.0\"}]]}],[\"$\",\"section\",null,{\"className\":\"mb-8\",\"children\":[[\"$\",\"h2\",null,{\"className\":\"text-2xl font-semibold mb-4\",\"children\":\"Report a Bug\"}],[\"$\",\"p\",null,{\"className\":\"text-gray-300 leading-relaxed\",\"children\":[\"If you encounter any issues while using Boomer Calc, please email us at\",\" \",[\"$\",\"a\",null,{\"href\":\"mailto:steveabramsdesigns@gmail.com\",\"className\":\"text-blue-400 hover:text-blue-300\",\"children\":\"steveabramsdesigns@gmail.com\"}],\" with:\"]}],[\"$\",\"ul\",null,{\"className\":\"list-disc list-inside text-gray-300 space-y-2 mt-4\",\"children\":[[\"$\",\"li\",null,{\"children\":\"Description of the problem\"}],[\"$\",\"li\",null,{\"children\":\"Your device model and iOS version\"}],[\"$\",\"li\",null,{\"children\":\"Steps to reproduce the issue\"}]]}]]}]]}]}],null],null],null]},[null,[\"$\",\"$L5\",null,{\"parallelRouterKey\":\"children\",\"segmentPath\":[\"children\",\"support\",\"children\"],\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L6\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"notFoundStyles\":\"$undefined\"}]],null]},[[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/67036131b6ae7bc2.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"en\",\"children\":[[\"$\",\"head\",null,{\"children\":[\"$\",\"link\",null,{\"rel\":\"apple-touch-icon\",\"href\":\"/icon-192.png\"}]}],[\"$\",\"body\",null,{\"className\":\"__className_f367f3\",\"children\":[[\"$\",\"$L5\",null,{\"parallelRouterKey\":\"children\",\"segmentPath\":[\"children\"],\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L6\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"},\"children\":\"404\"}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0},\"children\":\"This page could not be found.\"}]}]]}]}]],\"notFoundStyles\":[]}],[\"$\",\"$L7\",null,{}]]}]]}]],null],null],\"couldBeIntercepted\":false,\"initialHead\":[null,\"$L8\"],\"globalErrorComponent\":\"$9\",\"missingSlots\":\"$Wa\"}]\n"])</script><script>self.__next_f.push([1,"8:[[\"$\",\"meta\",\"0\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1, viewport-fit=cover\"}],[\"$\",\"meta\",\"1\",{\"name\":\"theme-color\",\"content\":\"#9333ea\"}],[\"$\",\"meta\",\"2\",{\"charSet\":\"utf-8\"}],[\"$\",\"title\",\"3\",{\"children\":\"Boomer Calc - Easy Calculator\"}],[\"$\",\"meta\",\"4\",{\"name\":\"description\",\"content\":\"Simple, easy-to-read calculator with big numbers. Perfect for everyone!\"}],[\"$\",\"meta\",\"5\",{\"name\":\"application-name\",\"content\":\"Boomer Calc\"}],[\"$\",\"link\",\"6\",{\"rel\":\"manifest\",\"href\":\"/manifest.json\",\"crossOrigin\":\"use-credentials\"}],[\"$\",\"meta\",\"7\",{\"name\":\"apple-mobile-web-app-capable\",\"content\":\"yes\"}],[\"$\",\"meta\",\"8\",{\"name\":\"apple-mobile-web-app-title\",\"content\":\"Boomer Calc\"}],[\"$\",\"meta\",\"9\",{\"name\":\"apple-mobile-web-app-status-bar-style\",\"content\":\"black-translucent\"}],[\"$\",\"link\",\"10\",{\"rel\":\"icon\",\"href\":\"/icon-192.png\"}],[\"$\",\"link\",\"11\",{\"rel\":\"apple-touch-icon\",\"href\":\"/icon-192.png\"}],[\"$\",\"meta\",\"12\",{\"name\":\"next-size-adjust\"}]]\n4:null\n"])</script></body></html>
\ No newline at end of file
+<!DOCTYPE html><html lang="en"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover"/><link rel="preload" href="/_next/static/media/e4af272ccee01ff0-s.p.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="stylesheet" href="/_next/static/css/67036131b6ae7bc2.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/webpack-9bb46ca1fa3f9a7b.js"/><script src="/_next/static/chunks/fd9d1056-9f91b5e418130764.js" async=""></script><script src="/_next/static/chunks/117-ea0db1a6324509e4.js" async=""></script><script src="/_next/static/chunks/main-app-db613fed919dc4ab.js" async=""></script><script src="/_next/static/chunks/app/layout-f61ae32ec34132b3.js" async=""></script><link rel="apple-touch-icon" href="/icon-192.png"/><meta name="theme-color" content="#9333ea"/><title>Boomer Calc - Easy Calculator</title><meta name="description" content="Simple, easy-to-read calculator with big numbers. Perfect for everyone!"/><meta name="application-name" content="Boomer Calc"/><link rel="manifest" href="/manifest.json" crossorigin="use-credentials"/><meta name="apple-mobile-web-app-capable" content="yes"/><meta name="apple-mobile-web-app-title" content="Boomer Calc"/><meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"/><link rel="icon" href="/icon-192.png"/><link rel="apple-touch-icon" href="/icon-192.png"/><meta name="next-size-adjust"/><script src="/_next/static/chunks/polyfills-42372ed130431b0a.js" noModule=""></script></head><body class="__className_f367f3"><div class="min-h-screen bg-gray-900 text-gray-100 p-8"><div class="max-w-3xl mx-auto"><h1 class="text-4xl font-bold mb-8">Boomer Calc Support</h1><section class="mb-8"><h2 class="text-2xl font-semibold mb-4">About Boomer Calc</h2><p class="text-gray-300 leading-relaxed">Boomer Calc is a simple, no-frills calculator app designed for ease of use. It performs basic arithmetic operations without any unnecessary complexity.</p></section><section class="mb-8"><h2 class="text-2xl font-semibold mb-4">How to Use</h2><ul class="list-disc list-inside text-gray-300 space-y-2"><li>Tap numbers to enter them</li><li>Use +, -, ×, ÷ for operations</li><li>Press = to see the result</li><li>Press C to clear the current calculation</li><li>Press AC to clear everything</li></ul></section><section class="mb-8"><h2 class="text-2xl font-semibold mb-4">Frequently Asked Questions</h2><div class="mb-6"><h3 class="text-xl font-semibold mb-2 text-gray-200">Does Boomer Calc collect my data?</h3><p class="text-gray-300 leading-relaxed">No. Boomer Calc does not collect, store, or transmit any data. All calculations happen locally on your device. See our <a href="/privacy" class="text-blue-400 hover:text-blue-300 underline">privacy policy</a> for details.</p></div><div class="mb-6"><h3 class="text-xl font-semibold mb-2 text-gray-200">Does it work offline?</h3><p class="text-gray-300 leading-relaxed">Yes! Boomer Calc works completely offline. No internet connection required.</p></div><div class="mb-6"><h3 class="text-xl font-semibold mb-2 text-gray-200">Are there any ads?</h3><p class="text-gray-300 leading-relaxed">No. Boomer Calc is ad-free and always will be.</p></div><div class="mb-6"><h3 class="text-xl font-semibold mb-2 text-gray-200">Why is it called &quot;Boomer Calc&quot;?</h3><p class="text-gray-300 leading-relaxed">Because it&#x27;s straightforward and simple - just like calculators used to be. No learning curve, no unnecessary features, just reliable calculations.</p></div></section><section class="mb-8"><h2 class="text-2xl font-semibold mb-4">System Requirements</h2><ul class="list-disc list-inside text-gray-300 space-y-2"><li>iOS 13.0 or later</li><li>Compatible with iPhone and iPad</li><li>No internet connection required</li></ul></section><section class="mb-8"><h2 class="text-2xl font-semibold mb-4">Contact &amp; Feedback</h2><p class="text-gray-300 leading-relaxed mb-4">We&#x27;d love to hear from you! If you have questions, suggestions, or need help:</p><div class="bg-gray-800 p-6 rounded-lg"><p class="text-gray-300 mb-2"><strong>Developer:</strong> Steve Abrams Designs</p><p class="text-gray-300"><strong>Email:</strong> <a href="mailto:steveabramsdesigns@gmail.com" class="text-blue-400 hover:text-blue-300">steveabramsdesigns@gmail.com</a></p></div></section><section class="mb-8"><h2 class="text-2xl font-semibold mb-4">Version Information</h2><p class="text-gray-300 leading-relaxed">Current Version: 1.0.0</p></section><section class="mb-8"><h2 class="text-2xl font-semibold mb-4">Report a Bug</h2><p class="text-gray-300 leading-relaxed">If you encounter any issues while using Boomer Calc, please email us at<!-- --> <a href="mailto:steveabramsdesigns@gmail.com" class="text-blue-400 hover:text-blue-300">steveabramsdesigns@gmail.com</a> with:</p><ul class="list-disc list-inside text-gray-300 space-y-2 mt-4"><li>Description of the problem</li><li>Your device model and iOS version</li><li>Steps to reproduce the issue</li></ul></section></div></div><script src="/_next/static/chunks/webpack-9bb46ca1fa3f9a7b.js" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0]);self.__next_f.push([2,null])</script><script>self.__next_f.push([1,"1:HL[\"/_next/static/media/e4af272ccee01ff0-s.p.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n2:HL[\"/_next/static/css/67036131b6ae7bc2.css\",\"style\"]\n"])</script><script>self.__next_f.push([1,"3:I[2846,[],\"\"]\n5:I[4707,[],\"\"]\n6:I[6423,[],\"\"]\n7:I[1999,[\"185\",\"static/chunks/app/layout-f61ae32ec34132b3.js\"],\"default\"]\n9:I[1060,[],\"\"]\na:[]\n"])</script><script>self.__next_f.push([1,"0:[\"$\",\"$L3\",null,{\"buildId\":\"wFDetEwWXmG4gIE0Yxi6q\",\"assetPrefix\":\"\",\"urlParts\":[\"\",\"support\"],\"initialTree\":[\"\",{\"children\":[\"support\",{\"children\":[\"__PAGE__\",{}]}]},\"$undefined\",\"$undefined\",true],\"initialSeedData\":[\"\",{\"children\":[\"support\",{\"children\":[\"__PAGE__\",{},[[\"$L4\",[\"$\",\"div\",null,{\"className\":\"min-h-screen bg-gray-900 text-gray-100 p-8\",\"children\":[\"$\",\"div\",null,{\"className\":\"max-w-3xl mx-auto\",\"children\":[[\"$\",\"h1\",null,{\"className\":\"text-4xl font-bold mb-8\",\"children\":\"Boomer Calc Support\"}],[\"$\",\"section\",null,{\"className\":\"mb-8\",\"children\":[[\"$\",\"h2\",null,{\"className\":\"text-2xl font-semibold mb-4\",\"children\":\"About Boomer Calc\"}],[\"$\",\"p\",null,{\"className\":\"text-gray-300 leading-relaxed\",\"children\":\"Boomer Calc is a simple, no-frills calculator app designed for ease of use. It performs basic arithmetic operations without any unnecessary complexity.\"}]]}],[\"$\",\"section\",null,{\"className\":\"mb-8\",\"children\":[[\"$\",\"h2\",null,{\"className\":\"text-2xl font-semibold mb-4\",\"children\":\"How to Use\"}],[\"$\",\"ul\",null,{\"className\":\"list-disc list-inside text-gray-300 space-y-2\",\"children\":[[\"$\",\"li\",null,{\"children\":\"Tap numbers to enter them\"}],[\"$\",\"li\",null,{\"children\":\"Use +, -, ×, ÷ for operations\"}],[\"$\",\"li\",null,{\"children\":\"Press = to see the result\"}],[\"$\",\"li\",null,{\"children\":\"Press C to clear the current calculation\"}],[\"$\",\"li\",null,{\"children\":\"Press AC to clear everything\"}]]}]]}],[\"$\",\"section\",null,{\"className\":\"mb-8\",\"children\":[[\"$\",\"h2\",null,{\"className\":\"text-2xl font-semibold mb-4\",\"children\":\"Frequently Asked Questions\"}],[\"$\",\"div\",null,{\"className\":\"mb-6\",\"children\":[[\"$\",\"h3\",null,{\"className\":\"text-xl font-semibold mb-2 text-gray-200\",\"children\":\"Does Boomer Calc collect my data?\"}],[\"$\",\"p\",null,{\"className\":\"text-gray-300 leading-relaxed\",\"children\":[\"No. Boomer Calc does not collect, store, or transmit any data. All calculations happen locally on your device. See our \",[\"$\",\"a\",null,{\"href\":\"/privacy\",\"className\":\"text-blue-400 hover:text-blue-300 underline\",\"children\":\"privacy policy\"}],\" for details.\"]}]]}],[\"$\",\"div\",null,{\"className\":\"mb-6\",\"children\":[[\"$\",\"h3\",null,{\"className\":\"text-xl font-semibold mb-2 text-gray-200\",\"children\":\"Does it work offline?\"}],[\"$\",\"p\",null,{\"className\":\"text-gray-300 leading-relaxed\",\"children\":\"Yes! Boomer Calc works completely offline. No internet connection required.\"}]]}],[\"$\",\"div\",null,{\"className\":\"mb-6\",\"children\":[[\"$\",\"h3\",null,{\"className\":\"text-xl font-semibold mb-2 text-gray-200\",\"children\":\"Are there any ads?\"}],[\"$\",\"p\",null,{\"className\":\"text-gray-300 leading-relaxed\",\"children\":\"No. Boomer Calc is ad-free and always will be.\"}]]}],[\"$\",\"div\",null,{\"className\":\"mb-6\",\"children\":[[\"$\",\"h3\",null,{\"className\":\"text-xl font-semibold mb-2 text-gray-200\",\"children\":\"Why is it called \\\"Boomer Calc\\\"?\"}],[\"$\",\"p\",null,{\"className\":\"text-gray-300 leading-relaxed\",\"children\":\"Because it's straightforward and simple - just like calculators used to be. No learning curve, no unnecessary features, just reliable calculations.\"}]]}]]}],[\"$\",\"section\",null,{\"className\":\"mb-8\",\"children\":[[\"$\",\"h2\",null,{\"className\":\"text-2xl font-semibold mb-4\",\"children\":\"System Requirements\"}],[\"$\",\"ul\",null,{\"className\":\"list-disc list-inside text-gray-300 space-y-2\",\"children\":[[\"$\",\"li\",null,{\"children\":\"iOS 13.0 or later\"}],[\"$\",\"li\",null,{\"children\":\"Compatible with iPhone and iPad\"}],[\"$\",\"li\",null,{\"children\":\"No internet connection required\"}]]}]]}],[\"$\",\"section\",null,{\"className\":\"mb-8\",\"children\":[[\"$\",\"h2\",null,{\"className\":\"text-2xl font-semibold mb-4\",\"children\":\"Contact \u0026 Feedback\"}],[\"$\",\"p\",null,{\"className\":\"text-gray-300 leading-relaxed mb-4\",\"children\":\"We'd love to hear from you! If you have questions, suggestions, or need help:\"}],[\"$\",\"div\",null,{\"className\":\"bg-gray-800 p-6 rounded-lg\",\"children\":[[\"$\",\"p\",null,{\"className\":\"text-gray-300 mb-2\",\"children\":[[\"$\",\"strong\",null,{\"children\":\"Developer:\"}],\" Steve Abrams Designs\"]}],[\"$\",\"p\",null,{\"className\":\"text-gray-300\",\"children\":[[\"$\",\"strong\",null,{\"children\":\"Email:\"}],\" \",[\"$\",\"a\",null,{\"href\":\"mailto:steveabramsdesigns@gmail.com\",\"className\":\"text-blue-400 hover:text-blue-300\",\"children\":\"steveabramsdesigns@gmail.com\"}]]}]]}]]}],[\"$\",\"section\",null,{\"className\":\"mb-8\",\"children\":[[\"$\",\"h2\",null,{\"className\":\"text-2xl font-semibold mb-4\",\"children\":\"Version Information\"}],[\"$\",\"p\",null,{\"className\":\"text-gray-300 leading-relaxed\",\"children\":\"Current Version: 1.0.0\"}]]}],[\"$\",\"section\",null,{\"className\":\"mb-8\",\"children\":[[\"$\",\"h2\",null,{\"className\":\"text-2xl font-semibold mb-4\",\"children\":\"Report a Bug\"}],[\"$\",\"p\",null,{\"className\":\"text-gray-300 leading-relaxed\",\"children\":[\"If you encounter any issues while using Boomer Calc, please email us at\",\" \",[\"$\",\"a\",null,{\"href\":\"mailto:steveabramsdesigns@gmail.com\",\"className\":\"text-blue-400 hover:text-blue-300\",\"children\":\"steveabramsdesigns@gmail.com\"}],\" with:\"]}],[\"$\",\"ul\",null,{\"className\":\"list-disc list-inside text-gray-300 space-y-2 mt-4\",\"children\":[[\"$\",\"li\",null,{\"children\":\"Description of the problem\"}],[\"$\",\"li\",null,{\"children\":\"Your device model and iOS version\"}],[\"$\",\"li\",null,{\"children\":\"Steps to reproduce the issue\"}]]}]]}]]}]}],null],null],null]},[null,[\"$\",\"$L5\",null,{\"parallelRouterKey\":\"children\",\"segmentPath\":[\"children\",\"support\",\"children\"],\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L6\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"notFoundStyles\":\"$undefined\"}]],null]},[[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/67036131b6ae7bc2.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"en\",\"children\":[[\"$\",\"head\",null,{\"children\":[\"$\",\"link\",null,{\"rel\":\"apple-touch-icon\",\"href\":\"/icon-192.png\"}]}],[\"$\",\"body\",null,{\"className\":\"__className_f367f3\",\"children\":[[\"$\",\"$L5\",null,{\"parallelRouterKey\":\"children\",\"segmentPath\":[\"children\"],\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L6\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"},\"children\":\"404\"}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0},\"children\":\"This page could not be found.\"}]}]]}]}]],\"notFoundStyles\":[]}],[\"$\",\"$L7\",null,{}]]}]]}]],null],null],\"couldBeIntercepted\":false,\"initialHead\":[null,\"$L8\"],\"globalErrorComponent\":\"$9\",\"missingSlots\":\"$Wa\"}]\n"])</script><script>self.__next_f.push([1,"8:[[\"$\",\"meta\",\"0\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1, viewport-fit=cover\"}],[\"$\",\"meta\",\"1\",{\"name\":\"theme-color\",\"content\":\"#9333ea\"}],[\"$\",\"meta\",\"2\",{\"charSet\":\"utf-8\"}],[\"$\",\"title\",\"3\",{\"children\":\"Boomer Calc - Easy Calculator\"}],[\"$\",\"meta\",\"4\",{\"name\":\"description\",\"content\":\"Simple, easy-to-read calculator with big numbers. Perfect for everyone!\"}],[\"$\",\"meta\",\"5\",{\"name\":\"application-name\",\"content\":\"Boomer Calc\"}],[\"$\",\"link\",\"6\",{\"rel\":\"manifest\",\"href\":\"/manifest.json\",\"crossOrigin\":\"use-credentials\"}],[\"$\",\"meta\",\"7\",{\"name\":\"apple-mobile-web-app-capable\",\"content\":\"yes\"}],[\"$\",\"meta\",\"8\",{\"name\":\"apple-mobile-web-app-title\",\"content\":\"Boomer Calc\"}],[\"$\",\"meta\",\"9\",{\"name\":\"apple-mobile-web-app-status-bar-style\",\"content\":\"black-translucent\"}],[\"$\",\"link\",\"10\",{\"rel\":\"icon\",\"href\":\"/icon-192.png\"}],[\"$\",\"link\",\"11\",{\"rel\":\"apple-touch-icon\",\"href\":\"/icon-192.png\"}],[\"$\",\"meta\",\"12\",{\"name\":\"next-size-adjust\"}]]\n4:null\n"])</script></body></html>
\ No newline at end of file
diff --git a/out/support.txt b/out/support.txt
index 2e1678e..0ee5c94 100644
--- a/out/support.txt
+++ b/out/support.txt
@@ -1,6 +1,6 @@
 2:I[4707,[],""]
 3:I[6423,[],""]
-4:I[1999,["185","static/chunks/app/layout-9e3ea61e66229d7f.js"],"default"]
-0:["0ZrxxP-jHqjRF3TOq4BUt",[[["",{"children":["support",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",true],["",{"children":["support",{"children":["__PAGE__",{},[["$L1",["$","div",null,{"className":"min-h-screen bg-gray-900 text-gray-100 p-8","children":["$","div",null,{"className":"max-w-3xl mx-auto","children":[["$","h1",null,{"className":"text-4xl font-bold mb-8","children":"Boomer Calc Support"}],["$","section",null,{"className":"mb-8","children":[["$","h2",null,{"className":"text-2xl font-semibold mb-4","children":"About Boomer Calc"}],["$","p",null,{"className":"text-gray-300 leading-relaxed","children":"Boomer Calc is a simple, no-frills calculator app designed for ease of use. It performs basic arithmetic operations without any unnecessary complexity."}]]}],["$","section",null,{"className":"mb-8","children":[["$","h2",null,{"className":"text-2xl font-semibold mb-4","children":"How to Use"}],["$","ul",null,{"className":"list-disc list-inside text-gray-300 space-y-2","children":[["$","li",null,{"children":"Tap numbers to enter them"}],["$","li",null,{"children":"Use +, -, ×, ÷ for operations"}],["$","li",null,{"children":"Press = to see the result"}],["$","li",null,{"children":"Press C to clear the current calculation"}],["$","li",null,{"children":"Press AC to clear everything"}]]}]]}],["$","section",null,{"className":"mb-8","children":[["$","h2",null,{"className":"text-2xl font-semibold mb-4","children":"Frequently Asked Questions"}],["$","div",null,{"className":"mb-6","children":[["$","h3",null,{"className":"text-xl font-semibold mb-2 text-gray-200","children":"Does Boomer Calc collect my data?"}],["$","p",null,{"className":"text-gray-300 leading-relaxed","children":["No. Boomer Calc does not collect, store, or transmit any data. All calculations happen locally on your device. See our ",["$","a",null,{"href":"/privacy","className":"text-blue-400 hover:text-blue-300 underline","children":"privacy policy"}]," for details."]}]]}],["$","div",null,{"className":"mb-6","children":[["$","h3",null,{"className":"text-xl font-semibold mb-2 text-gray-200","children":"Does it work offline?"}],["$","p",null,{"className":"text-gray-300 leading-relaxed","children":"Yes! Boomer Calc works completely offline. No internet connection required."}]]}],["$","div",null,{"className":"mb-6","children":[["$","h3",null,{"className":"text-xl font-semibold mb-2 text-gray-200","children":"Are there any ads?"}],["$","p",null,{"className":"text-gray-300 leading-relaxed","children":"No. Boomer Calc is ad-free and always will be."}]]}],["$","div",null,{"className":"mb-6","children":[["$","h3",null,{"className":"text-xl font-semibold mb-2 text-gray-200","children":"Why is it called \"Boomer Calc\"?"}],["$","p",null,{"className":"text-gray-300 leading-relaxed","children":"Because it's straightforward and simple - just like calculators used to be. No learning curve, no unnecessary features, just reliable calculations."}]]}]]}],["$","section",null,{"className":"mb-8","children":[["$","h2",null,{"className":"text-2xl font-semibold mb-4","children":"System Requirements"}],["$","ul",null,{"className":"list-disc list-inside text-gray-300 space-y-2","children":[["$","li",null,{"children":"iOS 13.0 or later"}],["$","li",null,{"children":"Compatible with iPhone and iPad"}],["$","li",null,{"children":"No internet connection required"}]]}]]}],["$","section",null,{"className":"mb-8","children":[["$","h2",null,{"className":"text-2xl font-semibold mb-4","children":"Contact & Feedback"}],["$","p",null,{"className":"text-gray-300 leading-relaxed mb-4","children":"We'd love to hear from you! If you have questions, suggestions, or need help:"}],["$","div",null,{"className":"bg-gray-800 p-6 rounded-lg","children":[["$","p",null,{"className":"text-gray-300 mb-2","children":[["$","strong",null,{"children":"Developer:"}]," Steve Abrams Designs"]}],["$","p",null,{"className":"text-gray-300","children":[["$","strong",null,{"children":"Email:"}]," ",["$","a",null,{"href":"mailto:steveabramsdesigns@gmail.com","className":"text-blue-400 hover:text-blue-300","children":"steveabramsdesigns@gmail.com"}]]}]]}]]}],["$","section",null,{"className":"mb-8","children":[["$","h2",null,{"className":"text-2xl font-semibold mb-4","children":"Version Information"}],["$","p",null,{"className":"text-gray-300 leading-relaxed","children":"Current Version: 1.0.0"}]]}],["$","section",null,{"className":"mb-8","children":[["$","h2",null,{"className":"text-2xl font-semibold mb-4","children":"Report a Bug"}],["$","p",null,{"className":"text-gray-300 leading-relaxed","children":["If you encounter any issues while using Boomer Calc, please email us at"," ",["$","a",null,{"href":"mailto:steveabramsdesigns@gmail.com","className":"text-blue-400 hover:text-blue-300","children":"steveabramsdesigns@gmail.com"}]," with:"]}],["$","ul",null,{"className":"list-disc list-inside text-gray-300 space-y-2 mt-4","children":[["$","li",null,{"children":"Description of the problem"}],["$","li",null,{"children":"Your device model and iOS version"}],["$","li",null,{"children":"Steps to reproduce the issue"}]]}]]}]]}]}],null],null],null]},[null,["$","$L2",null,{"parallelRouterKey":"children","segmentPath":["children","support","children"],"error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L3",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","notFoundStyles":"$undefined"}]],null]},[[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/67036131b6ae7bc2.css","precedence":"next","crossOrigin":"$undefined"}]],["$","html",null,{"lang":"en","children":[["$","head",null,{"children":["$","link",null,{"rel":"apple-touch-icon","href":"/icon-192.png"}]}],["$","body",null,{"className":"__className_f367f3","children":[["$","$L2",null,{"parallelRouterKey":"children","segmentPath":["children"],"error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L3",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":"404"}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],"notFoundStyles":[]}],["$","$L4",null,{}]]}]]}]],null],null],["$L5",null]]]]
+4:I[1999,["185","static/chunks/app/layout-f61ae32ec34132b3.js"],"default"]
+0:["wFDetEwWXmG4gIE0Yxi6q",[[["",{"children":["support",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",true],["",{"children":["support",{"children":["__PAGE__",{},[["$L1",["$","div",null,{"className":"min-h-screen bg-gray-900 text-gray-100 p-8","children":["$","div",null,{"className":"max-w-3xl mx-auto","children":[["$","h1",null,{"className":"text-4xl font-bold mb-8","children":"Boomer Calc Support"}],["$","section",null,{"className":"mb-8","children":[["$","h2",null,{"className":"text-2xl font-semibold mb-4","children":"About Boomer Calc"}],["$","p",null,{"className":"text-gray-300 leading-relaxed","children":"Boomer Calc is a simple, no-frills calculator app designed for ease of use. It performs basic arithmetic operations without any unnecessary complexity."}]]}],["$","section",null,{"className":"mb-8","children":[["$","h2",null,{"className":"text-2xl font-semibold mb-4","children":"How to Use"}],["$","ul",null,{"className":"list-disc list-inside text-gray-300 space-y-2","children":[["$","li",null,{"children":"Tap numbers to enter them"}],["$","li",null,{"children":"Use +, -, ×, ÷ for operations"}],["$","li",null,{"children":"Press = to see the result"}],["$","li",null,{"children":"Press C to clear the current calculation"}],["$","li",null,{"children":"Press AC to clear everything"}]]}]]}],["$","section",null,{"className":"mb-8","children":[["$","h2",null,{"className":"text-2xl font-semibold mb-4","children":"Frequently Asked Questions"}],["$","div",null,{"className":"mb-6","children":[["$","h3",null,{"className":"text-xl font-semibold mb-2 text-gray-200","children":"Does Boomer Calc collect my data?"}],["$","p",null,{"className":"text-gray-300 leading-relaxed","children":["No. Boomer Calc does not collect, store, or transmit any data. All calculations happen locally on your device. See our ",["$","a",null,{"href":"/privacy","className":"text-blue-400 hover:text-blue-300 underline","children":"privacy policy"}]," for details."]}]]}],["$","div",null,{"className":"mb-6","children":[["$","h3",null,{"className":"text-xl font-semibold mb-2 text-gray-200","children":"Does it work offline?"}],["$","p",null,{"className":"text-gray-300 leading-relaxed","children":"Yes! Boomer Calc works completely offline. No internet connection required."}]]}],["$","div",null,{"className":"mb-6","children":[["$","h3",null,{"className":"text-xl font-semibold mb-2 text-gray-200","children":"Are there any ads?"}],["$","p",null,{"className":"text-gray-300 leading-relaxed","children":"No. Boomer Calc is ad-free and always will be."}]]}],["$","div",null,{"className":"mb-6","children":[["$","h3",null,{"className":"text-xl font-semibold mb-2 text-gray-200","children":"Why is it called \"Boomer Calc\"?"}],["$","p",null,{"className":"text-gray-300 leading-relaxed","children":"Because it's straightforward and simple - just like calculators used to be. No learning curve, no unnecessary features, just reliable calculations."}]]}]]}],["$","section",null,{"className":"mb-8","children":[["$","h2",null,{"className":"text-2xl font-semibold mb-4","children":"System Requirements"}],["$","ul",null,{"className":"list-disc list-inside text-gray-300 space-y-2","children":[["$","li",null,{"children":"iOS 13.0 or later"}],["$","li",null,{"children":"Compatible with iPhone and iPad"}],["$","li",null,{"children":"No internet connection required"}]]}]]}],["$","section",null,{"className":"mb-8","children":[["$","h2",null,{"className":"text-2xl font-semibold mb-4","children":"Contact & Feedback"}],["$","p",null,{"className":"text-gray-300 leading-relaxed mb-4","children":"We'd love to hear from you! If you have questions, suggestions, or need help:"}],["$","div",null,{"className":"bg-gray-800 p-6 rounded-lg","children":[["$","p",null,{"className":"text-gray-300 mb-2","children":[["$","strong",null,{"children":"Developer:"}]," Steve Abrams Designs"]}],["$","p",null,{"className":"text-gray-300","children":[["$","strong",null,{"children":"Email:"}]," ",["$","a",null,{"href":"mailto:steveabramsdesigns@gmail.com","className":"text-blue-400 hover:text-blue-300","children":"steveabramsdesigns@gmail.com"}]]}]]}]]}],["$","section",null,{"className":"mb-8","children":[["$","h2",null,{"className":"text-2xl font-semibold mb-4","children":"Version Information"}],["$","p",null,{"className":"text-gray-300 leading-relaxed","children":"Current Version: 1.0.0"}]]}],["$","section",null,{"className":"mb-8","children":[["$","h2",null,{"className":"text-2xl font-semibold mb-4","children":"Report a Bug"}],["$","p",null,{"className":"text-gray-300 leading-relaxed","children":["If you encounter any issues while using Boomer Calc, please email us at"," ",["$","a",null,{"href":"mailto:steveabramsdesigns@gmail.com","className":"text-blue-400 hover:text-blue-300","children":"steveabramsdesigns@gmail.com"}]," with:"]}],["$","ul",null,{"className":"list-disc list-inside text-gray-300 space-y-2 mt-4","children":[["$","li",null,{"children":"Description of the problem"}],["$","li",null,{"children":"Your device model and iOS version"}],["$","li",null,{"children":"Steps to reproduce the issue"}]]}]]}]]}]}],null],null],null]},[null,["$","$L2",null,{"parallelRouterKey":"children","segmentPath":["children","support","children"],"error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L3",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","notFoundStyles":"$undefined"}]],null]},[[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/67036131b6ae7bc2.css","precedence":"next","crossOrigin":"$undefined"}]],["$","html",null,{"lang":"en","children":[["$","head",null,{"children":["$","link",null,{"rel":"apple-touch-icon","href":"/icon-192.png"}]}],["$","body",null,{"className":"__className_f367f3","children":[["$","$L2",null,{"parallelRouterKey":"children","segmentPath":["children"],"error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L3",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":"404"}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],"notFoundStyles":[]}],["$","$L4",null,{}]]}]]}]],null],null],["$L5",null]]]]
 5:[["$","meta","0",{"name":"viewport","content":"width=device-width, initial-scale=1, viewport-fit=cover"}],["$","meta","1",{"name":"theme-color","content":"#9333ea"}],["$","meta","2",{"charSet":"utf-8"}],["$","title","3",{"children":"Boomer Calc - Easy Calculator"}],["$","meta","4",{"name":"description","content":"Simple, easy-to-read calculator with big numbers. Perfect for everyone!"}],["$","meta","5",{"name":"application-name","content":"Boomer Calc"}],["$","link","6",{"rel":"manifest","href":"/manifest.json","crossOrigin":"use-credentials"}],["$","meta","7",{"name":"apple-mobile-web-app-capable","content":"yes"}],["$","meta","8",{"name":"apple-mobile-web-app-title","content":"Boomer Calc"}],["$","meta","9",{"name":"apple-mobile-web-app-status-bar-style","content":"black-translucent"}],["$","link","10",{"rel":"icon","href":"/icon-192.png"}],["$","link","11",{"rel":"apple-touch-icon","href":"/icon-192.png"}],["$","meta","12",{"name":"next-size-adjust"}]]
 1:null

← 0c67b54 Boomer Calc: replace in-app AdSense with AdMob (platform-spl  ·  back to Boomer Calculator  ·  Correct App Store privacy submission guidance 4506344 →