[object Object]

← back to Boomer Calculator

Boomer Calc: replace in-app AdSense with AdMob (platform-split) for App Store compliance

0c67b5453fdf3567919ff205d3b9fd61cf3be53d · 2026-08-07 16:03:34 -0700 · steve

- AdSense now web-only (runtime Capacitor.isNativePlatform() gate); never injected in the native app
- Add @capacitor-community/admob 7.2.0 + native banner (Google TEST ids) w/ ATT
- Info.plist: GADApplicationIdentifier + NSUserTrackingUsageDescription + SKAdNetwork
- cap sync ios (pod installed); web build verified
- Update store copy privacy to Third-Party Advertising + real-id swap checklist

Files touched

Diff

commit 0c67b5453fdf3567919ff205d3b9fd61cf3be53d
Author: steve <steve@designerwallcoverings.com>
Date:   Fri Aug 7 16:03:34 2026 -0700

    Boomer Calc: replace in-app AdSense with AdMob (platform-split) for App Store compliance
    
    - AdSense now web-only (runtime Capacitor.isNativePlatform() gate); never injected in the native app
    - Add @capacitor-community/admob 7.2.0 + native banner (Google TEST ids) w/ ATT
    - Info.plist: GADApplicationIdentifier + NSUserTrackingUsageDescription + SKAdNetwork
    - cap sync ios (pod installed); web build verified
    - Update store copy privacy to Third-Party Advertising + real-id swap checklist
---
 .gitignore                                         |  3 +
 APP_STORE_COPY_PASTE.txt                           | 40 +++++------
 app/layout.tsx                                     | 15 ++--
 components/Ads.tsx                                 | 82 ++++++++++++++++++++++
 ios/App/App.xcodeproj/project.pbxproj              | 22 ++++--
 ios/App/App/Info.plist                             | 15 ++++
 ios/App/Podfile                                    |  2 +-
 ios/App/Podfile.lock                               | 20 +++++-
 out/404.html                                       |  2 +-
 .../_buildManifest.js                              |  0
 .../_ssgManifest.js                                |  0
 ...c0f835f68f05a5b6.js => 117-ea0db1a6324509e4.js} |  0
 out/_next/static/chunks/507.2e7eb729d908e63a.js    |  1 +
 out/_next/static/chunks/906.1c4cb6e320f8c4c8.js    |  1 +
 ...c97af5d25c58bb9.js => page-4b9eb8aab41bf6df.js} |  0
 .../static/chunks/app/layout-9e3ea61e66229d7f.js   |  1 +
 .../static/chunks/app/layout-ce84d4b2707c27f0.js   |  1 -
 ...425cda17ed9be62.js => page-aad68d69a2ad4add.js} |  0
 ...57bde8f3b06.js => fd9d1056-9f91b5e418130764.js} |  0
 .../static/chunks/webpack-9bb46ca1fa3f9a7b.js      |  1 +
 .../static/chunks/webpack-b10e1bf7a5faa37c.js      |  1 -
 out/_next/static/css/67036131b6ae7bc2.css          |  3 +
 out/_next/static/css/90363dea7fda1270.css          |  3 -
 out/index.html                                     |  2 +-
 out/index.txt                                      |  7 +-
 out/privacy.html                                   |  2 +-
 out/privacy.txt                                    |  5 +-
 out/support.html                                   |  2 +-
 out/support.txt                                    |  5 +-
 package-lock.json                                  | 66 +++++++++++++++++
 package.json                                       |  1 +
 31 files changed, 253 insertions(+), 50 deletions(-)

diff --git a/.gitignore b/.gitignore
index 018756a..a04f60f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -33,3 +33,6 @@ dist/
 # Standing-rule additions (2026-06-03)
 .env*
 *.bak
+
+# CocoaPods (vendored)
+ios/App/Pods/
diff --git a/APP_STORE_COPY_PASTE.txt b/APP_STORE_COPY_PASTE.txt
index 67d7efa..72b0c67 100644
--- a/APP_STORE_COPY_PASTE.txt
+++ b/APP_STORE_COPY_PASTE.txt
@@ -137,26 +137,26 @@ Price: Free (0.00 USD)
 APP PRIVACY
 ===============================================================================
 
-🔴 DO NOT SUBMIT AS "Data Not Collected" — the current build embeds a GOOGLE
-ADSENSE tag (adsbygoogle, publisher ca-pub-5278231299883833) in out/index.html.
-Two problems:
-  1. Google policy: AdSense (web ad tags) is NOT permitted inside apps — apps must
-     use AdMob. An AdSense tag in a Capacitor app violates the AdSense program
-     policy AND is an Apple review risk (4.2/5.1.1).
-  2. Apple privacy: an ad tag collects identifiers/usage → declaring "Data Not
-     Collected" would be FALSE (post-approval-pull risk, same class as the
-     GovArbitrage "Data Not Collected was wrong" fix).
-
-RECOMMENDED (Steve to decide):
-  • STRIP ADS (recommended): remove the adsbygoogle <script>/<ins> + ads.txt from
-    the web build, rebuild, `npx cap sync ios`. Then "Data Not Collected" is
-    honest and the app is a clean free novelty. → then Privacy Setting = Data Not
-    Collected.
-  • KEEP ADS: replace AdSense with AdMob (a real in-app ad SDK), and declare the
-    App Privacy as data collected → "Third-Party Advertising" + likely ATT prompt.
-    Heavier; a new build.
-
-Until decided, this field is BLOCKED — do not fill "Data Not Collected".
+DECISION (2026-08-07): the native app monetizes with ADMOB (not AdSense). The
+AdSense web tag is now injected only on the WEB build; the iOS app loads AdMob.
+So the app DOES collect advertising data → declare it (NOT "Data Not Collected").
+
+Privacy Setting: Data IS collected — declare in the App Privacy questionnaire:
+  • Data type: "Identifiers" → Device ID (IDFA/advertising identifier), and
+    "Usage Data" → Product Interaction, as collected by the Google AdMob SDK.
+  • Purpose: "Third-Party Advertising" (and "Analytics" if you keep AdMob metrics).
+  • Linked to identity: No.  Used for tracking: YES (advertising identifier used
+    for tracking) → this REQUIRES the App Tracking Transparency prompt, which the
+    build now shows (NSUserTrackingUsageDescription is set in Info.plist and the
+    app calls AdMob.requestTrackingAuthorization()).
+  Use Google's AdMob "App Privacy" guidance for the exact data-type checklist:
+  https://support.google.com/admob/answer/9760862
+
+⚠️ Before the store build, swap the TEST AdMob ids for REAL ones:
+  • Info.plist GADApplicationIdentifier  → real ca-app-pub-5278231299883833~…
+  • components/Ads.tsx ADMOB_TEST.iosBanner → real ad-unit id, set isTesting:false
+  Real ids are created in the AdMob console (Steve's Google login) — see the
+  gated memo boomer-admob-setup-*.md.
 
 
 ===============================================================================
diff --git a/app/layout.tsx b/app/layout.tsx
index 8d039e2..b249cc0 100644
--- a/app/layout.tsx
+++ b/app/layout.tsx
@@ -1,6 +1,7 @@
 import type { Metadata, Viewport } from 'next'
 import { Inter } from 'next/font/google'
 import './globals.css'
+import Ads from '@/components/Ads'
 
 const inter = Inter({ subsets: ['latin'] })
 
@@ -36,15 +37,13 @@ export default function RootLayout({
     <html lang="en">
       <head>
         <link rel="apple-touch-icon" href="/icon-192.png" />
-        {/* Google AdSense (Auto ads) — monetizes boomercalc.com. Pub id is
-            public; /ads.txt authorizes the account. Approved 2026-08-05 (Phase 1). */}
-        <script
-          async
-          src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-5278231299883833"
-          crossOrigin="anonymous"
-        ></script>
       </head>
-      <body className={inter.className}>{children}</body>
+      <body className={inter.className}>
+        {children}
+        {/* Platform-split monetization: AdSense on web, AdMob in the native app.
+            AdSense is NOT injected inside the Capacitor build (Apple/AdSense policy). */}
+        <Ads />
+      </body>
     </html>
   )
 }
diff --git a/components/Ads.tsx b/components/Ads.tsx
new file mode 100644
index 0000000..db707f5
--- /dev/null
+++ b/components/Ads.tsx
@@ -0,0 +1,82 @@
+'use client'
+
+import { useEffect } from 'react'
+import { Capacitor } from '@capacitor/core'
+
+/**
+ * Platform-split monetization.
+ *
+ *  • WEB (boomercalc.com / vercel)  → Google AdSense Auto-ads (legit on the web).
+ *  • NATIVE iOS app (Capacitor)     → Google AdMob banner (Apple-compliant; AdSense
+ *                                     web tags are NOT permitted inside apps).
+ *
+ * Capacitor wraps the SAME static `out/` for both, so the decision is made at
+ * 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.
+ */
+
+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',
+}
+
+function isNative(): boolean {
+  try {
+    return Capacitor.isNativePlatform()
+  } catch {
+    return false
+  }
+}
+
+export default function Ads() {
+  useEffect(() => {
+    if (isNative()) {
+      // ---- NATIVE: AdMob ----
+      // Dynamic import so the web bundle never pulls the native-only plugin.
+      ;(async () => {
+        try {
+          const mod = await import('@capacitor-community/admob')
+          const { AdMob, BannerAdPosition, BannerAdSize } = mod
+          // App Tracking Transparency is its own call in v7; personalization
+          // degrades gracefully if the user denies.
+          try {
+            await AdMob.requestTrackingAuthorization()
+          } catch {
+            /* ATT unavailable (<iOS14) or already answered — ignore */
+          }
+          await AdMob.initialize({
+            initializeForTesting: true,
+          })
+          await AdMob.showBanner({
+            adId: ADMOB_TEST.iosBanner,
+            adSize: BannerAdSize.ADAPTIVE_BANNER,
+            position: BannerAdPosition.BOTTOM_CENTER,
+            isTesting: true, // flip to false once real ad-unit ids are in
+          })
+        } catch (e) {
+          // Never let an ad failure break the (joke) calculator.
+          // eslint-disable-next-line no-console
+          console.warn('[Ads] AdMob init skipped:', e)
+        }
+      })()
+    } else {
+      // ---- WEB: AdSense Auto-ads ----
+      if (typeof document === 'undefined') return
+      if (document.querySelector('script[data-boomer-adsense]')) return
+      const s = document.createElement('script')
+      s.async = true
+      s.src = `https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=${ADSENSE_CLIENT}`
+      s.crossOrigin = 'anonymous'
+      s.setAttribute('data-boomer-adsense', '1')
+      document.head.appendChild(s)
+    }
+  }, [])
+
+  return null
+}
diff --git a/ios/App/App.xcodeproj/project.pbxproj b/ios/App/App.xcodeproj/project.pbxproj
index 6341b4a..a3473a7 100644
--- a/ios/App/App.xcodeproj/project.pbxproj
+++ b/ios/App/App.xcodeproj/project.pbxproj
@@ -106,6 +106,7 @@
 				504EC3011FED79650016851F /* Frameworks */,
 				504EC3021FED79650016851F /* Resources */,
 				9592DBEFFC6D2A0C8D5DEB22 /* [CP] Embed Pods Frameworks */,
+				C6BB5F1D6988CDA0CFA20EC5 /* [CP] Copy Pods Resources */,
 			);
 			buildRules = (
 			);
@@ -141,8 +142,6 @@
 				Base,
 			);
 			mainGroup = 504EC2FB1FED79650016851F;
-			packageReferences = (
-			);
 			productRefGroup = 504EC3051FED79650016851F /* Products */;
 			projectDirPath = "";
 			projectRoot = "";
@@ -202,6 +201,21 @@
 			shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-App/Pods-App-frameworks.sh\"\n";
 			showEnvVarsInLog = 0;
 		};
+		C6BB5F1D6988CDA0CFA20EC5 /* [CP] Copy Pods Resources */ = {
+			isa = PBXShellScriptBuildPhase;
+			buildActionMask = 2147483647;
+			files = (
+			);
+			inputPaths = (
+			);
+			name = "[CP] Copy Pods Resources";
+			outputPaths = (
+			);
+			runOnlyForDeploymentPostprocessing = 0;
+			shellPath = /bin/sh;
+			shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-App/Pods-App-resources.sh\"\n";
+			showEnvVarsInLog = 0;
+		};
 /* End PBXShellScriptBuildPhase section */
 
 /* Begin PBXSourcesBuildPhase section */
@@ -348,8 +362,8 @@
 			buildSettings = {
 				ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
 				CODE_SIGN_STYLE = Automatic;
-				DEVELOPMENT_TEAM = 3VAV3KMNZK;
 				CURRENT_PROJECT_VERSION = 6;
+				DEVELOPMENT_TEAM = 3VAV3KMNZK;
 				INFOPLIST_FILE = App/Info.plist;
 				IPHONEOS_DEPLOYMENT_TARGET = 14.0;
 				LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
@@ -369,8 +383,8 @@
 			buildSettings = {
 				ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
 				CODE_SIGN_STYLE = Automatic;
-				DEVELOPMENT_TEAM = 3VAV3KMNZK;
 				CURRENT_PROJECT_VERSION = 6;
+				DEVELOPMENT_TEAM = 3VAV3KMNZK;
 				INFOPLIST_FILE = App/Info.plist;
 				IPHONEOS_DEPLOYMENT_TARGET = 14.0;
 				LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
diff --git a/ios/App/App/Info.plist b/ios/App/App/Info.plist
index a06b0e5..b95050d 100644
--- a/ios/App/App/Info.plist
+++ b/ios/App/App/Info.plist
@@ -57,5 +57,20 @@
 	<string>This app does not use the photo library</string>
 	<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. -->
+	<key>GADApplicationIdentifier</key>
+	<string>ca-app-pub-3940256099942544~1458002511</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>
+	<array>
+		<dict>
+			<key>SKAdNetworkIdentifier</key>
+			<string>cstr6suwn9.skadnetwork</string>
+		</dict>
+	</array>
 </dict>
 </plist>
diff --git a/ios/App/Podfile b/ios/App/Podfile
index bb7762a..1404ff0 100644
--- a/ios/App/Podfile
+++ b/ios/App/Podfile
@@ -11,7 +11,7 @@ install! 'cocoapods', :disable_input_output_paths => true
 def capacitor_pods
   pod 'Capacitor', :path => '../../node_modules/@capacitor/ios'
   pod 'CapacitorCordova', :path => '../../node_modules/@capacitor/ios'
-
+  pod 'CapacitorCommunityAdmob', :path => '../../node_modules/@capacitor-community/admob'
 end
 
 target 'App' do
diff --git a/ios/App/Podfile.lock b/ios/App/Podfile.lock
index a17c127..87e14c5 100644
--- a/ios/App/Podfile.lock
+++ b/ios/App/Podfile.lock
@@ -1,22 +1,40 @@
 PODS:
   - Capacitor (7.4.3):
     - CapacitorCordova
+  - CapacitorCommunityAdmob (7.2.0):
+    - Capacitor
+    - Google-Mobile-Ads-SDK (= 12.12.0)
+    - GoogleUserMessagingPlatform (= 3.0.0)
   - CapacitorCordova (7.4.3)
+  - Google-Mobile-Ads-SDK (12.12.0):
+    - GoogleUserMessagingPlatform (>= 1.1)
+  - GoogleUserMessagingPlatform (3.0.0)
 
 DEPENDENCIES:
   - "Capacitor (from `../../node_modules/@capacitor/ios`)"
+  - "CapacitorCommunityAdmob (from `../../node_modules/@capacitor-community/admob`)"
   - "CapacitorCordova (from `../../node_modules/@capacitor/ios`)"
 
+SPEC REPOS:
+  trunk:
+    - Google-Mobile-Ads-SDK
+    - GoogleUserMessagingPlatform
+
 EXTERNAL SOURCES:
   Capacitor:
     :path: "../../node_modules/@capacitor/ios"
+  CapacitorCommunityAdmob:
+    :path: "../../node_modules/@capacitor-community/admob"
   CapacitorCordova:
     :path: "../../node_modules/@capacitor/ios"
 
 SPEC CHECKSUMS:
   Capacitor: 28d6c01026a9a3f7156529498ec1f389a2a28dbc
+  CapacitorCommunityAdmob: 04498ca8d01a097aa7d9d80584094b6b3419ec3f
   CapacitorCordova: 435121e81a2df4d0034f0fb11fcefab5104cfdb5
+  Google-Mobile-Ads-SDK: 4dde70a8c18d96b14f9548759b8cec6ecb0bc3e6
+  GoogleUserMessagingPlatform: f8d0cdad3ca835406755d0a69aa634f00e76d576
 
-PODFILE CHECKSUM: e5aad413742a07f9e736126612b43b6c058babcd
+PODFILE CHECKSUM: caafe999b2f90d5ad95240cafe9f54d5a01dd691
 
 COCOAPODS: 1.17.0
diff --git a/out/404.html b/out/404.html
index c41949c..b9e2674 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/90363dea7fda1270.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/webpack-b10e1bf7a5faa37c.js"/><script src="/_next/static/chunks/fd9d1056-3eee857bde8f3b06.js" async=""></script><script src="/_next/static/chunks/117-c0f835f68f05a5b6.js" async=""></script><script src="/_next/static/chunks/main-app-db613fed919dc4ab.js" async=""></script><script async="" src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-5278231299883833" crossorigin="anonymous"></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-b10e1bf7a5faa37c.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/90363dea7fda1270.css\",\"style\"]\n"])</script><script>self.__next_f.push([1,"3:I[2846,[],\"\"]\n5:I[4707,[],\"\"]\n6:I[6423,[],\"\"]\nc: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}\nd:[]\n"])</script><script>self.__next_f.push([1,"0:[\"$\",\"$L3\",null,{\"buildId\":\"PS4sV4xyqWfFFBTmVB8Sd\",\"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/90363dea7fda1270.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"en\",\"children\":[[\"$\",\"head\",null,{\"children\":[[\"$\",\"link\",null,{\"rel\":\"apple-touch-icon\",\"href\":\"/icon-192.png\"}],[\"$\",\"script\",null,{\"async\":true,\"src\":\"https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-5278231299883833\",\"crossOrigin\":\"anonymous\"}]]}],[\"$\",\"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\":[]}]}]]}]],null],null],\"couldBeIntercepted\":false,\"initialHead\":[[\"$\",\"meta\",null,{\"name\":\"robots\",\"content\":\"noindex\"}],\"$Lb\"],\"globalErrorComponent\":\"$c\",\"missingSlots\":\"$Wd\"}]\n"])</script><script>self.__next_f.push([1,"b:[[\"$\",\"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-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
diff --git a/out/_next/static/PS4sV4xyqWfFFBTmVB8Sd/_buildManifest.js b/out/_next/static/0ZrxxP-jHqjRF3TOq4BUt/_buildManifest.js
similarity index 100%
rename from out/_next/static/PS4sV4xyqWfFFBTmVB8Sd/_buildManifest.js
rename to out/_next/static/0ZrxxP-jHqjRF3TOq4BUt/_buildManifest.js
diff --git a/out/_next/static/PS4sV4xyqWfFFBTmVB8Sd/_ssgManifest.js b/out/_next/static/0ZrxxP-jHqjRF3TOq4BUt/_ssgManifest.js
similarity index 100%
rename from out/_next/static/PS4sV4xyqWfFFBTmVB8Sd/_ssgManifest.js
rename to out/_next/static/0ZrxxP-jHqjRF3TOq4BUt/_ssgManifest.js
diff --git a/out/_next/static/chunks/117-c0f835f68f05a5b6.js b/out/_next/static/chunks/117-ea0db1a6324509e4.js
similarity index 100%
rename from out/_next/static/chunks/117-c0f835f68f05a5b6.js
rename to out/_next/static/chunks/117-ea0db1a6324509e4.js
diff --git a/out/_next/static/chunks/507.2e7eb729d908e63a.js b/out/_next/static/chunks/507.2e7eb729d908e63a.js
new file mode 100644
index 0000000..281ea63
--- /dev/null
+++ b/out/_next/static/chunks/507.2e7eb729d908e63a.js
@@ -0,0 +1 @@
+"use strict";(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[507],{5507:function(n,e,o){o.r(e),o.d(e,{AdMobWeb:function(){return i}});var s,t,a=o(6689),r=o(4806);(s=t||(t={})).NOT_REQUIRED="NOT_REQUIRED",s.REQUIRED="REQUIRED",s.UNKNOWN="UNKNOWN";class i extends a.Uw{async initialize(){console.log("initialize")}async requestTrackingAuthorization(){console.log("requestTrackingAuthorization")}async trackingAuthorizationStatus(){return{status:"authorized"}}async requestConsentInfo(n){return console.log("requestConsentInfo",n),{status:r.X.REQUIRED,isConsentFormAvailable:!0,canRequestAds:!0,privacyOptionsRequirementStatus:t.REQUIRED}}async showPrivacyOptionsForm(){console.log("showPrivacyOptionsForm")}async showConsentForm(){return console.log("showConsentForm"),{status:r.X.REQUIRED,canRequestAds:!0,privacyOptionsRequirementStatus:t.REQUIRED}}async resetConsentInfo(){console.log("resetConsentInfo")}async setApplicationMuted(n){console.log("setApplicationMuted",n)}async setApplicationVolume(n){console.log("setApplicationVolume",n)}async showBanner(n){console.log("showBanner",n)}async hideBanner(){console.log("hideBanner")}async resumeBanner(){console.log("resumeBanner")}async removeBanner(){console.log("removeBanner")}async prepareInterstitial(n){return console.log("prepareInterstitial",n),{adUnitId:n.adId}}async showInterstitial(){console.log("showInterstitial")}async prepareRewardVideoAd(n){return console.log(n),{adUnitId:n.adId}}async showRewardVideoAd(){return{type:"",amount:0}}async prepareRewardInterstitialAd(n){return console.log(n),{adUnitId:n.adId}}async showRewardInterstitialAd(){return{type:"",amount:0}}}}}]);
\ No newline at end of file
diff --git a/out/_next/static/chunks/906.1c4cb6e320f8c4c8.js b/out/_next/static/chunks/906.1c4cb6e320f8c4c8.js
new file mode 100644
index 0000000..7e6ffeb
--- /dev/null
+++ b/out/_next/static/chunks/906.1c4cb6e320f8c4c8.js
@@ -0,0 +1 @@
+"use strict";(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[906],{4806:function(e,d,n){var i,a;n.d(d,{X:function(){return i}}),(a=i||(i={})).NOT_REQUIRED="NOT_REQUIRED",a.OBTAINED="OBTAINED",a.REQUIRED="REQUIRED",a.UNKNOWN="UNKNOWN"},7906:function(e,d,n){n.r(d),n.d(d,{AdMob:function(){return _},AdmobConsentDebugGeography:function(){return D},AdmobConsentStatus:function(){return S.X},BannerAdPluginEvents:function(){return N},BannerAdPosition:function(){return T},BannerAdSize:function(){return l},InterstitialAdPluginEvents:function(){return u},MaxAdContentRating:function(){return s},RewardAdPluginEvents:function(){return L},RewardInterstitialAdPluginEvents:function(){return w}});var i,a,o,t,r,A,E,R,s,N,T,l,u,w,L,D,I=n(6689);(i=s||(s={})).General="General",i.ParentalGuidance="ParentalGuidance",i.Teen="Teen",i.MatureAudience="MatureAudience",(a=N||(N={})).SizeChanged="bannerAdSizeChanged",a.Loaded="bannerAdLoaded",a.FailedToLoad="bannerAdFailedToLoad",a.Opened="bannerAdOpened",a.Closed="bannerAdClosed",a.AdImpression="bannerAdImpression",(o=T||(T={})).TOP_CENTER="TOP_CENTER",o.CENTER="CENTER",o.BOTTOM_CENTER="BOTTOM_CENTER",(t=l||(l={})).BANNER="BANNER",t.FULL_BANNER="FULL_BANNER",t.LARGE_BANNER="LARGE_BANNER",t.MEDIUM_RECTANGLE="MEDIUM_RECTANGLE",t.LEADERBOARD="LEADERBOARD",t.ADAPTIVE_BANNER="ADAPTIVE_BANNER",t.SMART_BANNER="SMART_BANNER",(r=u||(u={})).Loaded="interstitialAdLoaded",r.FailedToLoad="interstitialAdFailedToLoad",r.Showed="interstitialAdShowed",r.FailedToShow="interstitialAdFailedToShow",r.Dismissed="interstitialAdDismissed",(A=w||(w={})).Loaded="onRewardedInterstitialAdLoaded",A.FailedToLoad="onRewardedInterstitialAdFailedToLoad",A.Showed="onRewardedInterstitialAdShowed",A.FailedToShow="onRewardedInterstitialAdFailedToShow",A.Dismissed="onRewardedInterstitialAdDismissed",A.Rewarded="onRewardedInterstitialAdReward",(E=L||(L={})).Loaded="onRewardedVideoAdLoaded",E.FailedToLoad="onRewardedVideoAdFailedToLoad",E.Showed="onRewardedVideoAdShowed",E.FailedToShow="onRewardedVideoAdFailedToShow",E.Dismissed="onRewardedVideoAdDismissed",E.Rewarded="onRewardedVideoAdReward";var S=n(4806);(R=D||(D={}))[R.DISABLED=0]="DISABLED",R[R.EEA=1]="EEA",R[R.NOT_EEA=2]="NOT_EEA",R[R.US=3]="US",R[R.OTHER=4]="OTHER";let _=(0,I.fo)("AdMob",{web:()=>n.e(507).then(n.bind(n,5507)).then(e=>new e.AdMobWeb)})}}]);
\ No newline at end of file
diff --git a/out/_next/static/chunks/app/_not-found/page-4c97af5d25c58bb9.js b/out/_next/static/chunks/app/_not-found/page-4b9eb8aab41bf6df.js
similarity index 100%
rename from out/_next/static/chunks/app/_not-found/page-4c97af5d25c58bb9.js
rename to out/_next/static/chunks/app/_not-found/page-4b9eb8aab41bf6df.js
diff --git a/out/_next/static/chunks/app/layout-9e3ea61e66229d7f.js b/out/_next/static/chunks/app/layout-9e3ea61e66229d7f.js
new file mode 100644
index 0000000..4f9ed4f
--- /dev/null
+++ b/out/_next/static/chunks/app/layout-9e3ea61e66229d7f.js
@@ -0,0 +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
diff --git a/out/_next/static/chunks/app/layout-ce84d4b2707c27f0.js b/out/_next/static/chunks/app/layout-ce84d4b2707c27f0.js
deleted file mode 100644
index 22d1cd9..0000000
--- a/out/_next/static/chunks/app/layout-ce84d4b2707c27f0.js
+++ /dev/null
@@ -1 +0,0 @@
-(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[185],{4617:function(n,e,t){Promise.resolve().then(t.t.bind(t,4742,23)),Promise.resolve().then(t.t.bind(t,7960,23))},7960:function(){},4742:function(n){n.exports={style:{fontFamily:"'__Inter_f367f3', '__Inter_Fallback_f367f3'",fontStyle:"normal"},className:"__className_f367f3"}}},function(n){n.O(0,[540,971,117,744],function(){return n(n.s=4617)}),_N_E=n.O()}]);
\ No newline at end of file
diff --git a/out/_next/static/chunks/app/page-6425cda17ed9be62.js b/out/_next/static/chunks/app/page-aad68d69a2ad4add.js
similarity index 100%
rename from out/_next/static/chunks/app/page-6425cda17ed9be62.js
rename to out/_next/static/chunks/app/page-aad68d69a2ad4add.js
diff --git a/out/_next/static/chunks/fd9d1056-3eee857bde8f3b06.js b/out/_next/static/chunks/fd9d1056-9f91b5e418130764.js
similarity index 100%
rename from out/_next/static/chunks/fd9d1056-3eee857bde8f3b06.js
rename to out/_next/static/chunks/fd9d1056-9f91b5e418130764.js
diff --git a/out/_next/static/chunks/webpack-9bb46ca1fa3f9a7b.js b/out/_next/static/chunks/webpack-9bb46ca1fa3f9a7b.js
new file mode 100644
index 0000000..f7deedd
--- /dev/null
+++ b/out/_next/static/chunks/webpack-9bb46ca1fa3f9a7b.js
@@ -0,0 +1 @@
+!function(){"use strict";var e,t,r,n,o,u,i,c,f,a={},l={};function s(e){var t=l[e];if(void 0!==t)return t.exports;var r=l[e]={exports:{}},n=!0;try{a[e](r,r.exports,s),n=!1}finally{n&&delete l[e]}return r.exports}s.m=a,e=[],s.O=function(t,r,n,o){if(r){o=o||0;for(var u=e.length;u>0&&e[u-1][2]>o;u--)e[u]=e[u-1];e[u]=[r,n,o];return}for(var i=1/0,u=0;u<e.length;u++){for(var r=e[u][0],n=e[u][1],o=e[u][2],c=!0,f=0;f<r.length;f++)i>=o&&Object.keys(s.O).every(function(e){return s.O[e](r[f])})?r.splice(f--,1):(c=!1,o<i&&(i=o));if(c){e.splice(u--,1);var a=n();void 0!==a&&(t=a)}}return t},r=Object.getPrototypeOf?function(e){return Object.getPrototypeOf(e)}:function(e){return e.__proto__},s.t=function(e,n){if(1&n&&(e=this(e)),8&n||"object"==typeof e&&e&&(4&n&&e.__esModule||16&n&&"function"==typeof e.then))return e;var o=Object.create(null);s.r(o);var u={};t=t||[null,r({}),r([]),r(r)];for(var i=2&n&&e;"object"==typeof i&&!~t.indexOf(i);i=r(i))Object.getOwnPropertyNames(i).forEach(function(t){u[t]=function(){return e[t]}});return u.default=function(){return e},s.d(o,u),o},s.d=function(e,t){for(var r in t)s.o(t,r)&&!s.o(e,r)&&Object.defineProperty(e,r,{enumerable:!0,get:t[r]})},s.f={},s.e=function(e){return Promise.all(Object.keys(s.f).reduce(function(t,r){return s.f[r](e,t),t},[]))},s.u=function(e){return"static/chunks/"+e+"."+({507:"2e7eb729d908e63a",906:"1c4cb6e320f8c4c8"})[e]+".js"},s.miniCssF=function(e){},s.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||Function("return this")()}catch(e){if("object"==typeof window)return window}}(),s.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n={},o="_N_E:",s.l=function(e,t,r,u){if(n[e]){n[e].push(t);return}if(void 0!==r)for(var i,c,f=document.getElementsByTagName("script"),a=0;a<f.length;a++){var l=f[a];if(l.getAttribute("src")==e||l.getAttribute("data-webpack")==o+r){i=l;break}}i||(c=!0,(i=document.createElement("script")).charset="utf-8",i.timeout=120,s.nc&&i.setAttribute("nonce",s.nc),i.setAttribute("data-webpack",o+r),i.src=s.tu(e)),n[e]=[t];var d=function(t,r){i.onerror=i.onload=null,clearTimeout(p);var o=n[e];if(delete n[e],i.parentNode&&i.parentNode.removeChild(i),o&&o.forEach(function(e){return e(r)}),t)return t(r)},p=setTimeout(d.bind(null,void 0,{type:"timeout",target:i}),12e4);i.onerror=d.bind(null,i.onerror),i.onload=d.bind(null,i.onload),c&&document.head.appendChild(i)},s.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},s.tt=function(){return void 0===u&&(u={createScriptURL:function(e){return e}},"undefined"!=typeof trustedTypes&&trustedTypes.createPolicy&&(u=trustedTypes.createPolicy("nextjs#bundler",u))),u},s.tu=function(e){return s.tt().createScriptURL(e)},s.p="/_next/",i={272:0,540:0},s.f.j=function(e,t){var r=s.o(i,e)?i[e]:void 0;if(0!==r){if(r)t.push(r[2]);else if(/^(272|540)$/.test(e))i[e]=0;else{var n=new Promise(function(t,n){r=i[e]=[t,n]});t.push(r[2]=n);var o=s.p+s.u(e),u=Error();s.l(o,function(t){if(s.o(i,e)&&(0!==(r=i[e])&&(i[e]=void 0),r)){var n=t&&("load"===t.type?"missing":t.type),o=t&&t.target&&t.target.src;u.message="Loading chunk "+e+" failed.\n("+n+": "+o+")",u.name="ChunkLoadError",u.type=n,u.request=o,r[1](u)}},"chunk-"+e,e)}}},s.O.j=function(e){return 0===i[e]},c=function(e,t){var r,n,o=t[0],u=t[1],c=t[2],f=0;if(o.some(function(e){return 0!==i[e]})){for(r in u)s.o(u,r)&&(s.m[r]=u[r]);if(c)var a=c(s)}for(e&&e(t);f<o.length;f++)n=o[f],s.o(i,n)&&i[n]&&i[n][0](),i[n]=0;return s.O(a)},(f=self.webpackChunk_N_E=self.webpackChunk_N_E||[]).forEach(c.bind(null,0)),f.push=c.bind(null,f.push.bind(f))}();
\ No newline at end of file
diff --git a/out/_next/static/chunks/webpack-b10e1bf7a5faa37c.js b/out/_next/static/chunks/webpack-b10e1bf7a5faa37c.js
deleted file mode 100644
index e9f89c1..0000000
--- a/out/_next/static/chunks/webpack-b10e1bf7a5faa37c.js
+++ /dev/null
@@ -1 +0,0 @@
-!function(){"use strict";var e,t,r,n,o,u,i,c,f,a={},l={};function d(e){var t=l[e];if(void 0!==t)return t.exports;var r=l[e]={exports:{}},n=!0;try{a[e](r,r.exports,d),n=!1}finally{n&&delete l[e]}return r.exports}d.m=a,e=[],d.O=function(t,r,n,o){if(r){o=o||0;for(var u=e.length;u>0&&e[u-1][2]>o;u--)e[u]=e[u-1];e[u]=[r,n,o];return}for(var i=1/0,u=0;u<e.length;u++){for(var r=e[u][0],n=e[u][1],o=e[u][2],c=!0,f=0;f<r.length;f++)i>=o&&Object.keys(d.O).every(function(e){return d.O[e](r[f])})?r.splice(f--,1):(c=!1,o<i&&(i=o));if(c){e.splice(u--,1);var a=n();void 0!==a&&(t=a)}}return t},r=Object.getPrototypeOf?function(e){return Object.getPrototypeOf(e)}:function(e){return e.__proto__},d.t=function(e,n){if(1&n&&(e=this(e)),8&n||"object"==typeof e&&e&&(4&n&&e.__esModule||16&n&&"function"==typeof e.then))return e;var o=Object.create(null);d.r(o);var u={};t=t||[null,r({}),r([]),r(r)];for(var i=2&n&&e;"object"==typeof i&&!~t.indexOf(i);i=r(i))Object.getOwnPropertyNames(i).forEach(function(t){u[t]=function(){return e[t]}});return u.default=function(){return e},d.d(o,u),o},d.d=function(e,t){for(var r in t)d.o(t,r)&&!d.o(e,r)&&Object.defineProperty(e,r,{enumerable:!0,get:t[r]})},d.f={},d.e=function(e){return Promise.all(Object.keys(d.f).reduce(function(t,r){return d.f[r](e,t),t},[]))},d.u=function(e){},d.miniCssF=function(e){},d.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n={},o="_N_E:",d.l=function(e,t,r,u){if(n[e]){n[e].push(t);return}if(void 0!==r)for(var i,c,f=document.getElementsByTagName("script"),a=0;a<f.length;a++){var l=f[a];if(l.getAttribute("src")==e||l.getAttribute("data-webpack")==o+r){i=l;break}}i||(c=!0,(i=document.createElement("script")).charset="utf-8",i.timeout=120,d.nc&&i.setAttribute("nonce",d.nc),i.setAttribute("data-webpack",o+r),i.src=d.tu(e)),n[e]=[t];var s=function(t,r){i.onerror=i.onload=null,clearTimeout(p);var o=n[e];if(delete n[e],i.parentNode&&i.parentNode.removeChild(i),o&&o.forEach(function(e){return e(r)}),t)return t(r)},p=setTimeout(s.bind(null,void 0,{type:"timeout",target:i}),12e4);i.onerror=s.bind(null,i.onerror),i.onload=s.bind(null,i.onload),c&&document.head.appendChild(i)},d.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},d.tt=function(){return void 0===u&&(u={createScriptURL:function(e){return e}},"undefined"!=typeof trustedTypes&&trustedTypes.createPolicy&&(u=trustedTypes.createPolicy("nextjs#bundler",u))),u},d.tu=function(e){return d.tt().createScriptURL(e)},d.p="/_next/",i={272:0,540:0},d.f.j=function(e,t){var r=d.o(i,e)?i[e]:void 0;if(0!==r){if(r)t.push(r[2]);else if(/^(272|540)$/.test(e))i[e]=0;else{var n=new Promise(function(t,n){r=i[e]=[t,n]});t.push(r[2]=n);var o=d.p+d.u(e),u=Error();d.l(o,function(t){if(d.o(i,e)&&(0!==(r=i[e])&&(i[e]=void 0),r)){var n=t&&("load"===t.type?"missing":t.type),o=t&&t.target&&t.target.src;u.message="Loading chunk "+e+" failed.\n("+n+": "+o+")",u.name="ChunkLoadError",u.type=n,u.request=o,r[1](u)}},"chunk-"+e,e)}}},d.O.j=function(e){return 0===i[e]},c=function(e,t){var r,n,o=t[0],u=t[1],c=t[2],f=0;if(o.some(function(e){return 0!==i[e]})){for(r in u)d.o(u,r)&&(d.m[r]=u[r]);if(c)var a=c(d)}for(e&&e(t);f<o.length;f++)n=o[f],d.o(i,n)&&i[n]&&i[n][0](),i[n]=0;return d.O(a)},(f=self.webpackChunk_N_E=self.webpackChunk_N_E||[]).forEach(c.bind(null,0)),f.push=c.bind(null,f.push.bind(f))}();
\ No newline at end of file
diff --git a/out/_next/static/css/67036131b6ae7bc2.css b/out/_next/static/css/67036131b6ae7bc2.css
new file mode 100644
index 0000000..515f1f3
--- /dev/null
+++ b/out/_next/static/css/67036131b6ae7bc2.css
@@ -0,0 +1,3 @@
+@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Inter_Fallback_f367f3;src:local("Arial");ascent-override:90.49%;descent-override:22.56%;line-gap-override:0.00%;size-adjust:107.06%}.__className_f367f3{font-family:__Inter_f367f3,__Inter_Fallback_f367f3;font-style:normal}*,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }/*
+! tailwindcss v3.4.18 | MIT License | https://tailwindcss.com
+*/*,:after,:before{box-sizing:border-box;border:0 solid #e5e7eb}:after,:before{--tw-content:""}:host,html{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset{margin:0}fieldset,legend{padding:0}menu,ol,ul{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}.static{position:static}.col-span-1{grid-column:span 1/span 1}.mx-auto{margin-left:auto;margin-right:auto}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.block{display:block}.flex{display:flex}.grid{display:grid}.h-3{height:.75rem}.min-h-screen{min-height:100vh}.w-full{width:100%}.max-w-2xl{max-width:42rem}.max-w-3xl{max-width:48rem}.max-w-4xl{max-width:56rem}.flex-1{flex:1 1 0%}.scale-105{--tw-scale-x:1.05;--tw-scale-y:1.05}.scale-105,.scale-110{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-110{--tw-scale-x:1.1;--tw-scale-y:1.1}@keyframes pulse{50%{opacity:.5}}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}.cursor-pointer{cursor:pointer}.select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}.list-inside{list-style-position:inside}.list-disc{list-style-type:disc}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.flex-wrap{flex-wrap:wrap}.justify-center{justify-content:center}.gap-2{gap:.5rem}.space-y-1>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.25rem * var(--tw-space-y-reverse))}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.break-words{overflow-wrap:break-word}.rounded-lg{border-radius:.5rem}.rounded-xl{border-radius:.75rem}.border-gray-300{--tw-border-opacity:1;border-color:rgb(209 213 219/var(--tw-border-opacity,1))}.border-green-200{--tw-border-opacity:1;border-color:rgb(187 247 208/var(--tw-border-opacity,1))}.border-purple-200{--tw-border-opacity:1;border-color:rgb(233 213 255/var(--tw-border-opacity,1))}.bg-blue-500{--tw-bg-opacity:1;background-color:rgb(59 130 246/var(--tw-bg-opacity,1))}.bg-gray-200{--tw-bg-opacity:1;background-color:rgb(229 231 235/var(--tw-bg-opacity,1))}.bg-gray-800{--tw-bg-opacity:1;background-color:rgb(31 41 55/var(--tw-bg-opacity,1))}.bg-gray-900{--tw-bg-opacity:1;background-color:rgb(17 24 39/var(--tw-bg-opacity,1))}.bg-purple-500{--tw-bg-opacity:1;background-color:rgb(168 85 247/var(--tw-bg-opacity,1))}.bg-red-500{--tw-bg-opacity:1;background-color:rgb(239 68 68/var(--tw-bg-opacity,1))}.bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}.bg-white\/20{background-color:hsla(0,0%,100%,.2)}.bg-gradient-to-br{background-image:linear-gradient(to bottom right,var(--tw-gradient-stops))}.bg-gradient-to-r{background-image:linear-gradient(to right,var(--tw-gradient-stops))}.from-green-50{--tw-gradient-from:#f0fdf4 var(--tw-gradient-from-position);--tw-gradient-to:rgba(240,253,244,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-purple-50{--tw-gradient-from:#faf5ff var(--tw-gradient-from-position);--tw-gradient-to:rgba(250,245,255,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-purple-500{--tw-gradient-from:#a855f7 var(--tw-gradient-from-position);--tw-gradient-to:rgba(168,85,247,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.via-pink-500{--tw-gradient-to:rgba(236,72,153,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),#ec4899 var(--tw-gradient-via-position),var(--tw-gradient-to)}.to-blue-50{--tw-gradient-to:#eff6ff var(--tw-gradient-to-position)}.to-emerald-50{--tw-gradient-to:#ecfdf5 var(--tw-gradient-to-position)}.to-pink-50{--tw-gradient-to:#fdf2f8 var(--tw-gradient-to-position)}.to-pink-500{--tw-gradient-to:#ec4899 var(--tw-gradient-to-position)}.to-red-500{--tw-gradient-to:#ef4444 var(--tw-gradient-to-position)}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.pb-safe{padding-bottom:env(safe-area-inset-top)}.pt-4{padding-top:1rem}.pt-safe{padding-top:env(safe-area-inset-top)}.text-center{text-align:center}.font-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.font-bold{font-weight:700}.font-semibold{font-weight:600}.leading-relaxed{line-height:1.625}.text-blue-400{--tw-text-opacity:1;color:rgb(96 165 250/var(--tw-text-opacity,1))}.text-blue-600{--tw-text-opacity:1;color:rgb(37 99 235/var(--tw-text-opacity,1))}.text-gray-100{--tw-text-opacity:1;color:rgb(243 244 246/var(--tw-text-opacity,1))}.text-gray-200{--tw-text-opacity:1;color:rgb(229 231 235/var(--tw-text-opacity,1))}.text-gray-300{--tw-text-opacity:1;color:rgb(209 213 219/var(--tw-text-opacity,1))}.text-gray-400{--tw-text-opacity:1;color:rgb(156 163 175/var(--tw-text-opacity,1))}.text-gray-500{--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity,1))}.text-gray-600{--tw-text-opacity:1;color:rgb(75 85 99/var(--tw-text-opacity,1))}.text-gray-700{--tw-text-opacity:1;color:rgb(55 65 81/var(--tw-text-opacity,1))}.text-gray-800{--tw-text-opacity:1;color:rgb(31 41 55/var(--tw-text-opacity,1))}.text-green-600{--tw-text-opacity:1;color:rgb(22 163 74/var(--tw-text-opacity,1))}.text-purple-600{--tw-text-opacity:1;color:rgb(147 51 234/var(--tw-text-opacity,1))}.text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.text-white\/60{color:hsla(0,0%,100%,.6)}.text-white\/90{color:hsla(0,0%,100%,.9)}.underline{text-decoration-line:underline}.accent-purple-500{accent-color:#a855f7}.shadow-2xl{--tw-shadow:0 25px 50px -12px rgba(0,0,0,.25);--tw-shadow-colored:0 25px 50px -12px var(--tw-shadow-color)}.shadow-2xl,.shadow-lg{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-lg{--tw-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color)}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}:root{--foreground-rgb:0,0,0;--background-start-rgb:214,219,220;--background-end-rgb:255,255,255}@media (prefers-color-scheme:dark){:root{--foreground-rgb:255,255,255;--background-start-rgb:0,0,0;--background-end-rgb:0,0,0}}body{color:rgb(var(--foreground-rgb));background:linear-gradient(to bottom,transparent,rgb(var(--background-end-rgb))) rgb(var(--background-start-rgb));min-height:100vh;padding-top:env(safe-area-inset-top);padding-bottom:env(safe-area-inset-bottom)}@keyframes rainbow{0%{filter:hue-rotate(0deg)}to{filter:hue-rotate(1turn)}}.rainbow-animation{animation:rainbow 3s linear infinite}@keyframes shake{0%,to{transform:translateX(0)}10%,30%,50%,70%,90%{transform:translateX(-10px)}20%,40%,60%,80%{transform:translateX(10px)}}.shake-animation{animation:shake .5s}.hover\:text-blue-300:hover{--tw-text-opacity:1;color:rgb(147 197 253/var(--tw-text-opacity,1))}.focus\:border-purple-500:focus{--tw-border-opacity:1;border-color:rgb(168 85 247/var(--tw-border-opacity,1))}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}@media (min-width:640px){.sm\:mb-4{margin-bottom:1rem}.sm\:gap-3{gap:.75rem}.sm\:space-y-3>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.75rem * var(--tw-space-y-reverse))}.sm\:p-3{padding:.75rem}.sm\:p-4{padding:1rem}.sm\:p-5{padding:1.25rem}.sm\:px-4{padding-left:1rem;padding-right:1rem}.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}.sm\:py-3{padding-top:.75rem;padding-bottom:.75rem}.sm\:py-4{padding-top:1rem;padding-bottom:1rem}.sm\:text-2xl{font-size:1.5rem;line-height:2rem}.sm\:text-3xl{font-size:1.875rem;line-height:2.25rem}.sm\:text-4xl{font-size:2.25rem;line-height:2.5rem}.sm\:text-base{font-size:1rem;line-height:1.5rem}.sm\:text-lg{font-size:1.125rem;line-height:1.75rem}.sm\:text-sm{font-size:.875rem;line-height:1.25rem}.sm\:text-xl{font-size:1.25rem;line-height:1.75rem}}@media (min-width:768px){.md\:p-6{padding:1.5rem}.md\:text-3xl{font-size:1.875rem;line-height:2.25rem}.md\:text-4xl{font-size:2.25rem;line-height:2.5rem}.md\:text-5xl{font-size:3rem;line-height:1}.md\:text-xl{font-size:1.25rem;line-height:1.75rem}}
\ No newline at end of file
diff --git a/out/_next/static/css/90363dea7fda1270.css b/out/_next/static/css/90363dea7fda1270.css
deleted file mode 100644
index dc8a9ee..0000000
--- a/out/_next/static/css/90363dea7fda1270.css
+++ /dev/null
@@ -1,3 +0,0 @@
-@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Inter_Fallback_f367f3;src:local("Arial");ascent-override:90.49%;descent-override:22.56%;line-gap-override:0.00%;size-adjust:107.06%}.__className_f367f3{font-family:__Inter_f367f3,__Inter_Fallback_f367f3;font-style:normal}*,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }/*
-! tailwindcss v3.4.18 | MIT License | https://tailwindcss.com
-*/*,:after,:before{box-sizing:border-box;border:0 solid #e5e7eb}:after,:before{--tw-content:""}:host,html{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset{margin:0}fieldset,legend{padding:0}menu,ol,ul{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}.col-span-1{grid-column:span 1/span 1}.mx-auto{margin-left:auto;margin-right:auto}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.block{display:block}.flex{display:flex}.grid{display:grid}.h-3{height:.75rem}.min-h-screen{min-height:100vh}.w-full{width:100%}.max-w-2xl{max-width:42rem}.max-w-3xl{max-width:48rem}.max-w-4xl{max-width:56rem}.flex-1{flex:1 1 0%}.scale-105{--tw-scale-x:1.05;--tw-scale-y:1.05}.scale-105,.scale-110{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-110{--tw-scale-x:1.1;--tw-scale-y:1.1}@keyframes pulse{50%{opacity:.5}}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}.cursor-pointer{cursor:pointer}.select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}.list-inside{list-style-position:inside}.list-disc{list-style-type:disc}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.flex-wrap{flex-wrap:wrap}.justify-center{justify-content:center}.gap-2{gap:.5rem}.space-y-1>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.25rem * var(--tw-space-y-reverse))}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.break-words{overflow-wrap:break-word}.rounded-lg{border-radius:.5rem}.rounded-xl{border-radius:.75rem}.border-gray-300{--tw-border-opacity:1;border-color:rgb(209 213 219/var(--tw-border-opacity,1))}.border-green-200{--tw-border-opacity:1;border-color:rgb(187 247 208/var(--tw-border-opacity,1))}.border-purple-200{--tw-border-opacity:1;border-color:rgb(233 213 255/var(--tw-border-opacity,1))}.bg-blue-500{--tw-bg-opacity:1;background-color:rgb(59 130 246/var(--tw-bg-opacity,1))}.bg-gray-200{--tw-bg-opacity:1;background-color:rgb(229 231 235/var(--tw-bg-opacity,1))}.bg-gray-800{--tw-bg-opacity:1;background-color:rgb(31 41 55/var(--tw-bg-opacity,1))}.bg-gray-900{--tw-bg-opacity:1;background-color:rgb(17 24 39/var(--tw-bg-opacity,1))}.bg-purple-500{--tw-bg-opacity:1;background-color:rgb(168 85 247/var(--tw-bg-opacity,1))}.bg-red-500{--tw-bg-opacity:1;background-color:rgb(239 68 68/var(--tw-bg-opacity,1))}.bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}.bg-white\/20{background-color:hsla(0,0%,100%,.2)}.bg-gradient-to-br{background-image:linear-gradient(to bottom right,var(--tw-gradient-stops))}.bg-gradient-to-r{background-image:linear-gradient(to right,var(--tw-gradient-stops))}.from-green-50{--tw-gradient-from:#f0fdf4 var(--tw-gradient-from-position);--tw-gradient-to:rgba(240,253,244,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-purple-50{--tw-gradient-from:#faf5ff var(--tw-gradient-from-position);--tw-gradient-to:rgba(250,245,255,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-purple-500{--tw-gradient-from:#a855f7 var(--tw-gradient-from-position);--tw-gradient-to:rgba(168,85,247,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.via-pink-500{--tw-gradient-to:rgba(236,72,153,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),#ec4899 var(--tw-gradient-via-position),var(--tw-gradient-to)}.to-blue-50{--tw-gradient-to:#eff6ff var(--tw-gradient-to-position)}.to-emerald-50{--tw-gradient-to:#ecfdf5 var(--tw-gradient-to-position)}.to-pink-50{--tw-gradient-to:#fdf2f8 var(--tw-gradient-to-position)}.to-pink-500{--tw-gradient-to:#ec4899 var(--tw-gradient-to-position)}.to-red-500{--tw-gradient-to:#ef4444 var(--tw-gradient-to-position)}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.pb-safe{padding-bottom:env(safe-area-inset-top)}.pt-4{padding-top:1rem}.pt-safe{padding-top:env(safe-area-inset-top)}.text-center{text-align:center}.font-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.font-bold{font-weight:700}.font-semibold{font-weight:600}.leading-relaxed{line-height:1.625}.text-blue-400{--tw-text-opacity:1;color:rgb(96 165 250/var(--tw-text-opacity,1))}.text-blue-600{--tw-text-opacity:1;color:rgb(37 99 235/var(--tw-text-opacity,1))}.text-gray-100{--tw-text-opacity:1;color:rgb(243 244 246/var(--tw-text-opacity,1))}.text-gray-200{--tw-text-opacity:1;color:rgb(229 231 235/var(--tw-text-opacity,1))}.text-gray-300{--tw-text-opacity:1;color:rgb(209 213 219/var(--tw-text-opacity,1))}.text-gray-400{--tw-text-opacity:1;color:rgb(156 163 175/var(--tw-text-opacity,1))}.text-gray-500{--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity,1))}.text-gray-600{--tw-text-opacity:1;color:rgb(75 85 99/var(--tw-text-opacity,1))}.text-gray-700{--tw-text-opacity:1;color:rgb(55 65 81/var(--tw-text-opacity,1))}.text-gray-800{--tw-text-opacity:1;color:rgb(31 41 55/var(--tw-text-opacity,1))}.text-green-600{--tw-text-opacity:1;color:rgb(22 163 74/var(--tw-text-opacity,1))}.text-purple-600{--tw-text-opacity:1;color:rgb(147 51 234/var(--tw-text-opacity,1))}.text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.text-white\/60{color:hsla(0,0%,100%,.6)}.text-white\/90{color:hsla(0,0%,100%,.9)}.underline{text-decoration-line:underline}.accent-purple-500{accent-color:#a855f7}.shadow-2xl{--tw-shadow:0 25px 50px -12px rgba(0,0,0,.25);--tw-shadow-colored:0 25px 50px -12px var(--tw-shadow-color)}.shadow-2xl,.shadow-lg{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-lg{--tw-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color)}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}:root{--foreground-rgb:0,0,0;--background-start-rgb:214,219,220;--background-end-rgb:255,255,255}@media (prefers-color-scheme:dark){:root{--foreground-rgb:255,255,255;--background-start-rgb:0,0,0;--background-end-rgb:0,0,0}}body{color:rgb(var(--foreground-rgb));background:linear-gradient(to bottom,transparent,rgb(var(--background-end-rgb))) rgb(var(--background-start-rgb));min-height:100vh;padding-top:env(safe-area-inset-top);padding-bottom:env(safe-area-inset-bottom)}@keyframes rainbow{0%{filter:hue-rotate(0deg)}to{filter:hue-rotate(1turn)}}.rainbow-animation{animation:rainbow 3s linear infinite}@keyframes shake{0%,to{transform:translateX(0)}10%,30%,50%,70%,90%{transform:translateX(-10px)}20%,40%,60%,80%{transform:translateX(10px)}}.shake-animation{animation:shake .5s}.hover\:text-blue-300:hover{--tw-text-opacity:1;color:rgb(147 197 253/var(--tw-text-opacity,1))}.focus\:border-purple-500:focus{--tw-border-opacity:1;border-color:rgb(168 85 247/var(--tw-border-opacity,1))}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}@media (min-width:640px){.sm\:mb-4{margin-bottom:1rem}.sm\:gap-3{gap:.75rem}.sm\:space-y-3>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.75rem * var(--tw-space-y-reverse))}.sm\:p-3{padding:.75rem}.sm\:p-4{padding:1rem}.sm\:p-5{padding:1.25rem}.sm\:px-4{padding-left:1rem;padding-right:1rem}.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}.sm\:py-3{padding-top:.75rem;padding-bottom:.75rem}.sm\:py-4{padding-top:1rem;padding-bottom:1rem}.sm\:text-2xl{font-size:1.5rem;line-height:2rem}.sm\:text-3xl{font-size:1.875rem;line-height:2.25rem}.sm\:text-4xl{font-size:2.25rem;line-height:2.5rem}.sm\:text-base{font-size:1rem;line-height:1.5rem}.sm\:text-lg{font-size:1.125rem;line-height:1.75rem}.sm\:text-sm{font-size:.875rem;line-height:1.25rem}.sm\:text-xl{font-size:1.25rem;line-height:1.75rem}}@media (min-width:768px){.md\:p-6{padding:1.5rem}.md\:text-3xl{font-size:1.875rem;line-height:2.25rem}.md\:text-4xl{font-size:2.25rem;line-height:2.5rem}.md\:text-5xl{font-size:3rem;line-height:1}.md\:text-xl{font-size:1.25rem;line-height:1.75rem}}
\ No newline at end of file
diff --git a/out/index.html b/out/index.html
index 770bb6b..6145ccf 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/90363dea7fda1270.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/webpack-b10e1bf7a5faa37c.js"/><script src="/_next/static/chunks/fd9d1056-3eee857bde8f3b06.js" async=""></script><script src="/_next/static/chunks/117-c0f835f68f05a5b6.js" async=""></script><script src="/_next/static/chunks/main-app-db613fed919dc4ab.js" async=""></script><script src="/_next/static/chunks/app/page-6425cda17ed9be62.js" async=""></script><script async="" src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-5278231299883833" crossorigin="anonymous"></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-b10e1bf7a5faa37c.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/90363dea7fda1270.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-6425cda17ed9be62.js\"],\"default\",1]\n7:I[4707,[],\"\"]\n8:I[6423,[],\"\"]\na:I[1060,[],\"\"]\nb:[]\n"])</script><script>self.__next_f.push([1,"0:[\"$\",\"$L3\",null,{\"buildId\":\"PS4sV4xyqWfFFBTmVB8Sd\",\"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/90363dea7fda1270.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"en\",\"children\":[[\"$\",\"head\",null,{\"children\":[[\"$\",\"link\",null,{\"rel\":\"apple-touch-icon\",\"href\":\"/icon-192.png\"}],[\"$\",\"script\",null,{\"async\":true,\"src\":\"https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-5278231299883833\",\"crossOrigin\":\"anonymous\"}]]}],[\"$\",\"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\":[]}]}]]}]],null],null],\"couldBeIntercepted\":false,\"initialHead\":[null,\"$L9\"],\"globalErrorComponent\":\"$a\",\"missingSlots\":\"$Wb\"}]\n"])</script><script>self.__next_f.push([1,"9:[[\"$\",\"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-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
diff --git a/out/index.txt b/out/index.txt
index 33b90d6..e252467 100644
--- a/out/index.txt
+++ b/out/index.txt
@@ -1,7 +1,8 @@
 2:I[9107,[],"ClientPageRoot"]
-3:I[3976,["931","static/chunks/app/page-6425cda17ed9be62.js"],"default",1]
+3:I[3976,["931","static/chunks/app/page-aad68d69a2ad4add.js"],"default",1]
 4:I[4707,[],""]
 5:I[6423,[],""]
-0:["PS4sV4xyqWfFFBTmVB8Sd",[[["",{"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/90363dea7fda1270.css","precedence":"next","crossOrigin":"$undefined"}]],["$","html",null,{"lang":"en","children":[["$","head",null,{"children":[["$","link",null,{"rel":"apple-touch-icon","href":"/icon-192.png"}],["$","script",null,{"async":true,"src":"https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-5278231299883833","crossOrigin":"anonymous"}]]}],["$","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":[]}]}]]}]],null],null],["$L6",null]]]]
-6:[["$","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"}]]
+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]]]]
+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 0eae4ab..faaeb90 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/90363dea7fda1270.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/webpack-b10e1bf7a5faa37c.js"/><script src="/_next/static/chunks/fd9d1056-3eee857bde8f3b06.js" async=""></script><script src="/_next/static/chunks/117-c0f835f68f05a5b6.js" async=""></script><script src="/_next/static/chunks/main-app-db613fed919dc4ab.js" async=""></script><script async="" src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-5278231299883833" crossorigin="anonymous"></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-b10e1bf7a5faa37c.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/90363dea7fda1270.css\",\"style\"]\n"])</script><script>self.__next_f.push([1,"3:I[2846,[],\"\"]\n5:I[4707,[],\"\"]\n6:I[6423,[],\"\"]\n8:I[1060,[],\"\"]\n9:[]\n"])</script><script>self.__next_f.push([1,"0:[\"$\",\"$L3\",null,{\"buildId\":\"PS4sV4xyqWfFFBTmVB8Sd\",\"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/90363dea7fda1270.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"en\",\"children\":[[\"$\",\"head\",null,{\"children\":[[\"$\",\"link\",null,{\"rel\":\"apple-touch-icon\",\"href\":\"/icon-192.png\"}],[\"$\",\"script\",null,{\"async\":true,\"src\":\"https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-5278231299883833\",\"crossOrigin\":\"anonymous\"}]]}],[\"$\",\"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\":[]}]}]]}]],null],null],\"couldBeIntercepted\":false,\"initialHead\":[null,\"$L7\"],\"globalErrorComponent\":\"$8\",\"missingSlots\":\"$W9\"}]\n"])</script><script>self.__next_f.push([1,"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\"}]]\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-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
diff --git a/out/privacy.txt b/out/privacy.txt
index e21abaa..25db1fd 100644
--- a/out/privacy.txt
+++ b/out/privacy.txt
@@ -1,5 +1,6 @@
 2:I[4707,[],""]
 3:I[6423,[],""]
-0:["PS4sV4xyqWfFFBTmVB8Sd",[[["",{"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/90363dea7fda1270.css","precedence":"next","crossOrigin":"$undefined"}]],["$","html",null,{"lang":"en","children":[["$","head",null,{"children":[["$","link",null,{"rel":"apple-touch-icon","href":"/icon-192.png"}],["$","script",null,{"async":true,"src":"https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-5278231299883833","crossOrigin":"anonymous"}]]}],["$","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":[]}]}]]}]],null],null],["$L4",null]]]]
-4:[["$","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"}]]
+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]]]]
+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 88eb2bc..c966ab2 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/90363dea7fda1270.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/webpack-b10e1bf7a5faa37c.js"/><script src="/_next/static/chunks/fd9d1056-3eee857bde8f3b06.js" async=""></script><script src="/_next/static/chunks/117-c0f835f68f05a5b6.js" async=""></script><script src="/_next/static/chunks/main-app-db613fed919dc4ab.js" async=""></script><script async="" src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-5278231299883833" crossorigin="anonymous"></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-b10e1bf7a5faa37c.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/90363dea7fda1270.css\",\"style\"]\n"])</script><script>self.__next_f.push([1,"3:I[2846,[],\"\"]\n5:I[4707,[],\"\"]\n6:I[6423,[],\"\"]\n8:I[1060,[],\"\"]\n9:[]\n"])</script><script>self.__next_f.push([1,"0:[\"$\",\"$L3\",null,{\"buildId\":\"PS4sV4xyqWfFFBTmVB8Sd\",\"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/90363dea7fda1270.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"en\",\"children\":[[\"$\",\"head\",null,{\"children\":[[\"$\",\"link\",null,{\"rel\":\"apple-touch-icon\",\"href\":\"/icon-192.png\"}],[\"$\",\"script\",null,{\"async\":true,\"src\":\"https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-5278231299883833\",\"crossOrigin\":\"anonymous\"}]]}],[\"$\",\"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\":[]}]}]]}]],null],null],\"couldBeIntercepted\":false,\"initialHead\":[null,\"$L7\"],\"globalErrorComponent\":\"$8\",\"missingSlots\":\"$W9\"}]\n"])</script><script>self.__next_f.push([1,"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\"}]]\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-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
diff --git a/out/support.txt b/out/support.txt
index 3d5910b..2e1678e 100644
--- a/out/support.txt
+++ b/out/support.txt
@@ -1,5 +1,6 @@
 2:I[4707,[],""]
 3:I[6423,[],""]
-0:["PS4sV4xyqWfFFBTmVB8Sd",[[["",{"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/90363dea7fda1270.css","precedence":"next","crossOrigin":"$undefined"}]],["$","html",null,{"lang":"en","children":[["$","head",null,{"children":[["$","link",null,{"rel":"apple-touch-icon","href":"/icon-192.png"}],["$","script",null,{"async":true,"src":"https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-5278231299883833","crossOrigin":"anonymous"}]]}],["$","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":[]}]}]]}]],null],null],["$L4",null]]]]
-4:[["$","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"}]]
+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]]]]
+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/package-lock.json b/package-lock.json
index f6087a0..101b9a3 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -8,6 +8,7 @@
       "name": "nofrillscalculator",
       "version": "1.0.0",
       "dependencies": {
+        "@capacitor-community/admob": "^7.2.0",
         "@capacitor/cli": "^7.4.3",
         "@capacitor/core": "^7.4.3",
         "@capacitor/ios": "^7.4.3",
@@ -38,6 +39,19 @@
         "url": "https://github.com/sponsors/sindresorhus"
       }
     },
+    "node_modules/@capacitor-community/admob": {
+      "version": "7.2.0",
+      "resolved": "https://registry.npmjs.org/@capacitor-community/admob/-/admob-7.2.0.tgz",
+      "integrity": "sha512-ejRd0CkiHq15F0XvHXPhk9gKIlYy7lj0hxCP+XUMqXwEoX8HN0BFE7bp3QvXKI/4FtjKMD8KF++e6sYMoKpwvA==",
+      "license": "MIT",
+      "dependencies": {
+        "@capacitor/core": "^7.0.0",
+        "@rdlabo/capacitor-docgen": "^0.4.1"
+      },
+      "engines": {
+        "node": ">=20.0.0"
+      }
+    },
     "node_modules/@capacitor/cli": {
       "version": "7.4.3",
       "resolved": "https://registry.npmjs.org/@capacitor/cli/-/cli-7.4.3.tgz",
@@ -597,6 +611,37 @@
         "node": ">=14"
       }
     },
+    "node_modules/@rdlabo/capacitor-docgen": {
+      "version": "0.4.1",
+      "resolved": "https://registry.npmjs.org/@rdlabo/capacitor-docgen/-/capacitor-docgen-0.4.1.tgz",
+      "integrity": "sha512-zUB0lwha4Omqyr5URy/QaFjP6Gh2xxTKAFI0MClqrmUxQwmV8c84+wGvqAoWPCzg4jk1MsU6oiRVuTkUV7xseA==",
+      "license": "MIT",
+      "dependencies": {
+        "colorette": "^2.0.20",
+        "github-slugger": "^1.5.0",
+        "minimist": "^1.2.8",
+        "typescript": "~4.2.4"
+      },
+      "bin": {
+        "docgen": "bin/docgen"
+      },
+      "engines": {
+        "node": ">=18.0.0"
+      }
+    },
+    "node_modules/@rdlabo/capacitor-docgen/node_modules/typescript": {
+      "version": "4.2.4",
+      "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.2.4.tgz",
+      "integrity": "sha512-V+evlYHZnQkaz8TRBuxTA92yZBPotr5H+WhQ7bD3hZUndx5tGOa1fuCgeSjxAzM1RiN5IzvadIXTVefuuwZCRg==",
+      "license": "Apache-2.0",
+      "bin": {
+        "tsc": "bin/tsc",
+        "tsserver": "bin/tsserver"
+      },
+      "engines": {
+        "node": ">=4.2.0"
+      }
+    },
     "node_modules/@swc/counter": {
       "version": "0.1.3",
       "resolved": "https://registry.npmjs.org/@swc/counter/-/counter-0.1.3.tgz",
@@ -1031,6 +1076,12 @@
       "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
       "license": "MIT"
     },
+    "node_modules/colorette": {
+      "version": "2.0.20",
+      "resolved": "https://registry.npmjs.org/colorette/-/colorette-2.0.20.tgz",
+      "integrity": "sha512-IfEDxwoWIjkeXL1eXcDiow4UbKjhLdq6/EuSVR9GMN7KVH3r9gQ83e73hsz1Nd1T3ijd5xv1wcWRYO+D6kCI2w==",
+      "license": "MIT"
+    },
     "node_modules/commander": {
       "version": "4.1.1",
       "resolved": "https://registry.npmjs.org/commander/-/commander-4.1.1.tgz",
@@ -1320,6 +1371,12 @@
         "url": "https://github.com/sponsors/ljharb"
       }
     },
+    "node_modules/github-slugger": {
+      "version": "1.5.0",
+      "resolved": "https://registry.npmjs.org/github-slugger/-/github-slugger-1.5.0.tgz",
+      "integrity": "sha512-wIh+gKBI9Nshz2o46B0B3f5k/W+WI9ZAv6y5Dn5WJ5SK1t0TnDimB4WE5rmTD05ZAIn8HALCZVmCsvj0w0v0lw==",
+      "license": "ISC"
+    },
     "node_modules/glob": {
       "version": "10.4.5",
       "resolved": "https://registry.npmjs.org/glob/-/glob-10.4.5.tgz",
@@ -1624,6 +1681,15 @@
         "url": "https://github.com/sponsors/isaacs"
       }
     },
+    "node_modules/minimist": {
+      "version": "1.2.8",
+      "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz",
+      "integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==",
+      "license": "MIT",
+      "funding": {
+        "url": "https://github.com/sponsors/ljharb"
+      }
+    },
     "node_modules/minipass": {
       "version": "7.1.2",
       "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.2.tgz",
diff --git a/package.json b/package.json
index 86db383..4469172 100644
--- a/package.json
+++ b/package.json
@@ -9,6 +9,7 @@
     "lint": "next lint"
   },
   "dependencies": {
+    "@capacitor-community/admob": "^7.2.0",
     "@capacitor/cli": "^7.4.3",
     "@capacitor/core": "^7.4.3",
     "@capacitor/ios": "^7.4.3",

← a61ccec Boomer Calc: flag embedded AdSense — blocks 'Data Not Collec  ·  back to Boomer Calculator  ·  Boomer Calc: wire REAL AdMob ids (app ~7368317108, banner /7 9be1682 →