Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| export async function getUncachableStripeClient() { | ||
| const { secretKey } = await getCredentials(); | ||
|
|
||
| return new Stripe(secretKey, { | ||
| apiVersion: '2025-08-27.basil', | ||
| }); |
There was a problem hiding this comment.
Stripe client configured with invalid API version string
The new Stripe client is instantiated with apiVersion: '2025-08-27.basil', which is not a valid Stripe API version. The Stripe SDK validates this field and throws during client creation when the value is not one of the supported date strings, so any route that calls getUncachableStripeClient() (e.g., product listing, checkout session creation, billing portal) will fail before making an API call. Please switch to a real Stripe API date (e.g., the default shipped with the SDK) to keep Stripe features working.
Useful? React with 👍 / 👎.
Update CSS for .bg-fire-animated class to revert the background gradient to purple-pink colors while retaining the sideways flame animation. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 2cb722ee-3656-4f67-9659-6993c9e47ade Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Event-Id: e96d37a9-79e7-473d-ac5f-eba21d00a7a7 Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/5ca336ca-61a6-46f1-b3c1-ec79abf0354a/2cb722ee-3656-4f67-9659-6993c9e47ade/tluU4An Replit-Helium-Checkpoint-Created: true
Update the CSS for the animated flame effect to position it on the right side of the element, increase its size, and adjust animation keyframes and properties for a more prominent visual appearance. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 2cb722ee-3656-4f67-9659-6993c9e47ade Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Event-Id: 57513c82-4e0f-4ec2-8b85-ab82dc6e7637 Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/5ca336ca-61a6-46f1-b3c1-ec79abf0354a/2cb722ee-3656-4f67-9659-6993c9e47ade/tluU4An Replit-Helium-Checkpoint-Created: true
Update the CSS for the animated flame effect to position it on the right side of the element, increase its size, and adjust animation keyframes and properties for a more prominent visual appearance. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 2cb722ee-3656-4f67-9659-6993c9e47ade Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Event-Id: 57513c82-4e0f-4ec2-8b85-ab82dc6e7637 Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/5ca336ca-61a6-46f1-b3c1-ec79abf0354a/2cb722ee-3656-4f67-9659-6993c9e47ade/tluU4An Replit-Helium-Checkpoint-Created: true
Replace flame pseudo-elements with an animated gradient that cycles through multiple colors. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 2cb722ee-3656-4f67-9659-6993c9e47ade Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Event-Id: 4edc2b64-57ba-46bd-b25d-338325cced5d Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/5ca336ca-61a6-46f1-b3c1-ec79abf0354a/2cb722ee-3656-4f67-9659-6993c9e47ade/tluU4An Replit-Helium-Checkpoint-Created: true
Replace flame pseudo-elements with an animated gradient that cycles through multiple colors. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 2cb722ee-3656-4f67-9659-6993c9e47ade Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Event-Id: 4edc2b64-57ba-46bd-b25d-338325cced5d Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/5ca336ca-61a6-46f1-b3c1-ec79abf0354a/2cb722ee-3656-4f67-9659-6993c9e47ade/tluU4An Replit-Helium-Checkpoint-Created: true
Replit-Commit-Author: Deployment Replit-Commit-Session-Id: 2cb722ee-3656-4f67-9659-6993c9e47ade Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Event-Id: e4d549a7-d89e-4a38-a910-7df856a21b2c Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/5ca336ca-61a6-46f1-b3c1-ec79abf0354a/2cb722ee-3656-4f67-9659-6993c9e47ade/tluU4An Replit-Commit-Deployment-Build-Id: 2cd00b60-a698-4af9-a280-271ecda04207 Replit-Helium-Checkpoint-Created: true
Replit-Commit-Author: Deployment Replit-Commit-Session-Id: 2cb722ee-3656-4f67-9659-6993c9e47ade Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Event-Id: e4d549a7-d89e-4a38-a910-7df856a21b2c Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/5ca336ca-61a6-46f1-b3c1-ec79abf0354a/2cb722ee-3656-4f67-9659-6993c9e47ade/tluU4An Replit-Commit-Deployment-Build-Id: 2cd00b60-a698-4af9-a280-271ecda04207 Replit-Helium-Checkpoint-Created: true
Replit-Commit-Author: Deployment Replit-Commit-Session-Id: 2cb722ee-3656-4f67-9659-6993c9e47ade Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Event-Id: 5f3acd1b-9dbf-48c8-9baf-d6dd633d1a8f Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/5ca336ca-61a6-46f1-b3c1-ec79abf0354a/2cb722ee-3656-4f67-9659-6993c9e47ade/tluU4An Replit-Commit-Deployment-Build-Id: a0ec9f7e-ddf7-450f-bdc8-13fd529f0739 Replit-Helium-Checkpoint-Created: true
Replit-Commit-Author: Deployment Replit-Commit-Session-Id: 2cb722ee-3656-4f67-9659-6993c9e47ade Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Event-Id: 5f3acd1b-9dbf-48c8-9baf-d6dd633d1a8f Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/5ca336ca-61a6-46f1-b3c1-ec79abf0354a/2cb722ee-3656-4f67-9659-6993c9e47ade/tluU4An Replit-Commit-Deployment-Build-Id: a0ec9f7e-ddf7-450f-bdc8-13fd529f0739 Replit-Helium-Checkpoint-Created: true
Update index.html to include Intercom script and remove ChatBot component from layout.tsx. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 2cb722ee-3656-4f67-9659-6993c9e47ade Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Event-Id: d86b354d-07ee-4bf0-a3af-4637daea66ca Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/5ca336ca-61a6-46f1-b3c1-ec79abf0354a/2cb722ee-3656-4f67-9659-6993c9e47ade/llrJFiV Replit-Helium-Checkpoint-Created: true
Update index.html to include Intercom script and remove ChatBot component from layout.tsx. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 2cb722ee-3656-4f67-9659-6993c9e47ade Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Event-Id: d86b354d-07ee-4bf0-a3af-4637daea66ca Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/5ca336ca-61a6-46f1-b3c1-ec79abf0354a/2cb722ee-3656-4f67-9659-6993c9e47ade/llrJFiV Replit-Helium-Checkpoint-Created: true
Add a download link to the BroNET logo icon in the coming soon page, allowing users to download it as an SVG file. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 2cb722ee-3656-4f67-9659-6993c9e47ade Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Event-Id: 48283c38-045f-44fc-b614-7ee665eacc10 Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/5ca336ca-61a6-46f1-b3c1-ec79abf0354a/2cb722ee-3656-4f67-9659-6993c9e47ade/llrJFiV Replit-Helium-Checkpoint-Created: true
Add a download link to the BroNET logo icon in the coming soon page, allowing users to download it as an SVG file. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 2cb722ee-3656-4f67-9659-6993c9e47ade Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Event-Id: 48283c38-045f-44fc-b614-7ee665eacc10 Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/5ca336ca-61a6-46f1-b3c1-ec79abf0354a/2cb722ee-3656-4f67-9659-6993c9e47ade/llrJFiV Replit-Helium-Checkpoint-Created: true
Replit-Restored-To: 7a55694
Remove anchor tag and download icon, reverting the BroNET logo icon to a static div in client/pages/coming-soon.tsx. Replit-Commit-Author: Agent Replit-Commit-Session-Id: b7c23a41-afb6-4f0f-bb7d-7ed3d7ea26f5 Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Event-Id: 4dbfa6ca-57ea-4a41-b893-71494bbf6717 Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/5ca336ca-61a6-46f1-b3c1-ec79abf0354a/b7c23a41-afb6-4f0f-bb7d-7ed3d7ea26f5/1V4jAvf Replit-Helium-Checkpoint-Created: true
Remove anchor tag and download icon, reverting the BroNET logo icon to a static div in client/pages/coming-soon.tsx. Replit-Commit-Author: Agent Replit-Commit-Session-Id: b7c23a41-afb6-4f0f-bb7d-7ed3d7ea26f5 Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Event-Id: 4dbfa6ca-57ea-4a41-b893-71494bbf6717 Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/5ca336ca-61a6-46f1-b3c1-ec79abf0354a/b7c23a41-afb6-4f0f-bb7d-7ed3d7ea26f5/1V4jAvf Replit-Helium-Checkpoint-Created: true
Update the BroNET logo in the navbar to be a downloadable PNG, linking to `favicon.png` and saving as `bronet-logo.png` with a hover effect showing a download icon. Replit-Commit-Author: Agent Replit-Commit-Session-Id: b7c23a41-afb6-4f0f-bb7d-7ed3d7ea26f5 Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Event-Id: 02531295-d129-412a-a64a-0c78f9e4d21a Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/5ca336ca-61a6-46f1-b3c1-ec79abf0354a/b7c23a41-afb6-4f0f-bb7d-7ed3d7ea26f5/1V4jAvf Replit-Helium-Checkpoint-Created: true
Update the BroNET logo in the navbar to be a downloadable PNG, linking to `favicon.png` and saving as `bronet-logo.png` with a hover effect showing a download icon. Replit-Commit-Author: Agent Replit-Commit-Session-Id: b7c23a41-afb6-4f0f-bb7d-7ed3d7ea26f5 Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Event-Id: 02531295-d129-412a-a64a-0c78f9e4d21a Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/5ca336ca-61a6-46f1-b3c1-ec79abf0354a/b7c23a41-afb6-4f0f-bb7d-7ed3d7ea26f5/1V4jAvf Replit-Helium-Checkpoint-Created: true
Replit-Restored-To: 7da1c03
Replit-Commit-Author: Deployment Replit-Commit-Session-Id: a3adcd67-b2ae-4fdd-84ff-81669f9d4cc5 Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Event-Id: e6688f6b-bb2a-441f-9ce4-55cc7af5e2bd Replit-Commit-Deployment-Build-Id: 47981a26-7655-4e08-8ca8-904945cd1351 Replit-Helium-Checkpoint-Created: true
Replit-Commit-Author: Deployment Replit-Commit-Session-Id: a3adcd67-b2ae-4fdd-84ff-81669f9d4cc5 Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Event-Id: e6688f6b-bb2a-441f-9ce4-55cc7af5e2bd Replit-Commit-Deployment-Build-Id: 47981a26-7655-4e08-8ca8-904945cd1351 Replit-Helium-Checkpoint-Created: true
Adds a new AI-generated logo image file for the BroNET brand. Replit-Commit-Author: Agent Replit-Commit-Session-Id: a3adcd67-b2ae-4fdd-84ff-81669f9d4cc5 Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Event-Id: 2805474e-cd0a-4578-b629-ce1d356c251a Replit-Helium-Checkpoint-Created: true
Adds a new AI-generated logo image file for the BroNET brand. Replit-Commit-Author: Agent Replit-Commit-Session-Id: a3adcd67-b2ae-4fdd-84ff-81669f9d4cc5 Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Event-Id: 2805474e-cd0a-4578-b629-ce1d356c251a Replit-Helium-Checkpoint-Created: true
Add an AI chatbot assistant icon to the assets. Replit-Commit-Author: Agent Replit-Commit-Session-Id: a3adcd67-b2ae-4fdd-84ff-81669f9d4cc5 Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Event-Id: 7142c126-2ecb-42f6-bc2a-7c8ce2c4bef5 Replit-Helium-Checkpoint-Created: true
Add an AI chatbot assistant icon to the assets. Replit-Commit-Author: Agent Replit-Commit-Session-Id: a3adcd67-b2ae-4fdd-84ff-81669f9d4cc5 Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Event-Id: 7142c126-2ecb-42f6-bc2a-7c8ce2c4bef5 Replit-Helium-Checkpoint-Created: true
Replit-Commit-Author: Deployment Replit-Commit-Session-Id: a3adcd67-b2ae-4fdd-84ff-81669f9d4cc5 Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Event-Id: 2965dc25-427b-4026-96df-3ce59083021a Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/5ca336ca-61a6-46f1-b3c1-ec79abf0354a/a3adcd67-b2ae-4fdd-84ff-81669f9d4cc5/HxLuKH3 Replit-Commit-Deployment-Build-Id: 5729676c-3db1-4764-9b30-614f38d92f1e Replit-Helium-Checkpoint-Created: true
Replit-Commit-Author: Deployment Replit-Commit-Session-Id: a3adcd67-b2ae-4fdd-84ff-81669f9d4cc5 Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Event-Id: 2965dc25-427b-4026-96df-3ce59083021a Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/5ca336ca-61a6-46f1-b3c1-ec79abf0354a/a3adcd67-b2ae-4fdd-84ff-81669f9d4cc5/HxLuKH3 Replit-Commit-Deployment-Build-Id: 5729676c-3db1-4764-9b30-614f38d92f1e Replit-Helium-Checkpoint-Created: true
Update replit.md to document the new Superloop webhook events system, including supported event types, webhook endpoint, database tables, admin dashboard features, and API endpoints. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 4adfe2c0-f256-4689-ab0e-755c5e6ef7c3 Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Event-Id: 38ce5c58-f6ae-4a2e-b829-6eafd69370e7 Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/5ca336ca-61a6-46f1-b3c1-ec79abf0354a/4adfe2c0-f256-4689-ab0e-755c5e6ef7c3/noLnFfU Replit-Helium-Checkpoint-Created: true
Update replit.md to document the new Superloop webhook events system, including supported event types, webhook endpoint, database tables, admin dashboard features, and API endpoints. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 4adfe2c0-f256-4689-ab0e-755c5e6ef7c3 Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Event-Id: 38ce5c58-f6ae-4a2e-b829-6eafd69370e7 Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/5ca336ca-61a6-46f1-b3c1-ec79abf0354a/4adfe2c0-f256-4689-ab0e-755c5e6ef7c3/noLnFfU Replit-Helium-Checkpoint-Created: true
Adjusts UI and backend logic to provide a free modem with every plan, updates Stripe product configurations, and modifies plan descriptions and pricing. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 4adfe2c0-f256-4689-ab0e-755c5e6ef7c3 Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Event-Id: 79f3242a-36ed-4c29-b730-e1fd4030ed33 Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/5ca336ca-61a6-46f1-b3c1-ec79abf0354a/4adfe2c0-f256-4689-ab0e-755c5e6ef7c3/1oCYQz7 Replit-Helium-Checkpoint-Created: true
Adjusts UI and backend logic to provide a free modem with every plan, updates Stripe product configurations, and modifies plan descriptions and pricing. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 4adfe2c0-f256-4689-ab0e-755c5e6ef7c3 Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Event-Id: 79f3242a-36ed-4c29-b730-e1fd4030ed33 Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/5ca336ca-61a6-46f1-b3c1-ec79abf0354a/4adfe2c0-f256-4689-ab0e-755c5e6ef7c3/1oCYQz7 Replit-Helium-Checkpoint-Created: true
Reintroduce NBN 2000/200 and NBN 2000/400 plans with updated pricing and free modem details in the Stripe product seeding script. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 4adfe2c0-f256-4689-ab0e-755c5e6ef7c3 Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Event-Id: 4cb221a3-f16c-4bd6-bfd0-7dffc65e2901 Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/5ca336ca-61a6-46f1-b3c1-ec79abf0354a/4adfe2c0-f256-4689-ab0e-755c5e6ef7c3/1oCYQz7 Replit-Helium-Checkpoint-Created: true
Reintroduce NBN 2000/200 and NBN 2000/400 plans with updated pricing and free modem details in the Stripe product seeding script. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 4adfe2c0-f256-4689-ab0e-755c5e6ef7c3 Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Event-Id: 4cb221a3-f16c-4bd6-bfd0-7dffc65e2901 Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/5ca336ca-61a6-46f1-b3c1-ec79abf0354a/4adfe2c0-f256-4689-ab0e-755c5e6ef7c3/1oCYQz7 Replit-Helium-Checkpoint-Created: true
Replit-Commit-Author: Deployment Replit-Commit-Session-Id: 4adfe2c0-f256-4689-ab0e-755c5e6ef7c3 Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Event-Id: 1150afe1-0c3a-4386-9c24-8aed858635a7 Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/5ca336ca-61a6-46f1-b3c1-ec79abf0354a/4adfe2c0-f256-4689-ab0e-755c5e6ef7c3/1oCYQz7 Replit-Commit-Deployment-Build-Id: cf85431b-b367-4d13-b08c-f393ccaf955e Replit-Helium-Checkpoint-Created: true
Replit-Commit-Author: Deployment Replit-Commit-Session-Id: 4adfe2c0-f256-4689-ab0e-755c5e6ef7c3 Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Event-Id: 1150afe1-0c3a-4386-9c24-8aed858635a7 Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/5ca336ca-61a6-46f1-b3c1-ec79abf0354a/4adfe2c0-f256-4689-ab0e-755c5e6ef7c3/1oCYQz7 Replit-Commit-Deployment-Build-Id: cf85431b-b367-4d13-b08c-f393ccaf955e Replit-Helium-Checkpoint-Created: true
Remove the optional eero Pro 7 upgrade from the signup wizard by modifying the `getRouterOptions` function in `client/src/pages/signup-wizard.tsx`. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 4adfe2c0-f256-4689-ab0e-755c5e6ef7c3 Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Event-Id: 0157f7cc-c663-4efa-b89a-c4d1a071f9d4 Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/5ca336ca-61a6-46f1-b3c1-ec79abf0354a/4adfe2c0-f256-4689-ab0e-755c5e6ef7c3/1oCYQz7 Replit-Helium-Checkpoint-Created: true
Remove the optional eero Pro 7 upgrade from the signup wizard by modifying the `getRouterOptions` function in `client/src/pages/signup-wizard.tsx`. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 4adfe2c0-f256-4689-ab0e-755c5e6ef7c3 Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Event-Id: 0157f7cc-c663-4efa-b89a-c4d1a071f9d4 Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/5ca336ca-61a6-46f1-b3c1-ec79abf0354a/4adfe2c0-f256-4689-ab0e-755c5e6ef7c3/1oCYQz7 Replit-Helium-Checkpoint-Created: true
Change the free modem commitment period from 24 months to 36 months in the signup wizard component. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 4adfe2c0-f256-4689-ab0e-755c5e6ef7c3 Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Event-Id: 5ffbe379-dc50-4d79-a79d-f9f25618d58f Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/5ca336ca-61a6-46f1-b3c1-ec79abf0354a/4adfe2c0-f256-4689-ab0e-755c5e6ef7c3/1oCYQz7 Replit-Helium-Checkpoint-Created: true
Change the free modem commitment period from 24 months to 36 months in the signup wizard component. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 4adfe2c0-f256-4689-ab0e-755c5e6ef7c3 Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Event-Id: 5ffbe379-dc50-4d79-a79d-f9f25618d58f Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/5ca336ca-61a6-46f1-b3c1-ec79abf0354a/4adfe2c0-f256-4689-ab0e-755c5e6ef7c3/1oCYQz7 Replit-Helium-Checkpoint-Created: true
Adjusts router options to provide a free eero 7 for plans below NBN 2000 and a free eero Pro 7 for NBN 2000 plans, with a 36-month commitment. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 4adfe2c0-f256-4689-ab0e-755c5e6ef7c3 Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Event-Id: 281c7476-7874-48ba-8e4f-5d0481991c8d Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/5ca336ca-61a6-46f1-b3c1-ec79abf0354a/4adfe2c0-f256-4689-ab0e-755c5e6ef7c3/1oCYQz7 Replit-Helium-Checkpoint-Created: true
Adjusts router options to provide a free eero 7 for plans below NBN 2000 and a free eero Pro 7 for NBN 2000 plans, with a 36-month commitment. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 4adfe2c0-f256-4689-ab0e-755c5e6ef7c3 Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Event-Id: 281c7476-7874-48ba-8e4f-5d0481991c8d Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/5ca336ca-61a6-46f1-b3c1-ec79abf0354a/4adfe2c0-f256-4689-ab0e-755c5e6ef7c3/1oCYQz7 Replit-Helium-Checkpoint-Created: true
Corrected hardcoded pricing and added multiple NBN 2000 plan variants with specific upload speeds in `client/src/pages/signup-wizard.tsx`. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 4adfe2c0-f256-4689-ab0e-755c5e6ef7c3 Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Event-Id: 9563c977-9cce-41b0-9f5c-aa6bdad87f4f Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/5ca336ca-61a6-46f1-b3c1-ec79abf0354a/4adfe2c0-f256-4689-ab0e-755c5e6ef7c3/1oCYQz7 Replit-Helium-Checkpoint-Created: true
Corrected hardcoded pricing and added multiple NBN 2000 plan variants with specific upload speeds in `client/src/pages/signup-wizard.tsx`. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 4adfe2c0-f256-4689-ab0e-755c5e6ef7c3 Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Event-Id: 9563c977-9cce-41b0-9f5c-aa6bdad87f4f Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/5ca336ca-61a6-46f1-b3c1-ec79abf0354a/4adfe2c0-f256-4689-ab0e-755c5e6ef7c3/1oCYQz7 Replit-Helium-Checkpoint-Created: true
Adjusted the pricing and upload speeds for NBN plans in the signup wizard to align with the promotional rates displayed on the plans page. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 4adfe2c0-f256-4689-ab0e-755c5e6ef7c3 Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Event-Id: cdfb1479-6b46-4b50-85b6-eeb88e979bfe Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/5ca336ca-61a6-46f1-b3c1-ec79abf0354a/4adfe2c0-f256-4689-ab0e-755c5e6ef7c3/1oCYQz7 Replit-Helium-Checkpoint-Created: true
Adjusted the pricing and upload speeds for NBN plans in the signup wizard to align with the promotional rates displayed on the plans page. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 4adfe2c0-f256-4689-ab0e-755c5e6ef7c3 Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Event-Id: cdfb1479-6b46-4b50-85b6-eeb88e979bfe Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/5ca336ca-61a6-46f1-b3c1-ec79abf0354a/4adfe2c0-f256-4689-ab0e-755c5e6ef7c3/1oCYQz7 Replit-Helium-Checkpoint-Created: true
Update the plan selection logic to correctly parse maximum speed from coverage results for fixed wireless, and adjust typical evening speeds for fixed wireless plans. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 4adfe2c0-f256-4689-ab0e-755c5e6ef7c3 Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Event-Id: 7594e1ec-7575-4740-a704-65074f99b998 Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/5ca336ca-61a6-46f1-b3c1-ec79abf0354a/4adfe2c0-f256-4689-ab0e-755c5e6ef7c3/QxRAX7X Replit-Helium-Checkpoint-Created: true
Update the plan selection logic to correctly parse maximum speed from coverage results for fixed wireless, and adjust typical evening speeds for fixed wireless plans. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 4adfe2c0-f256-4689-ab0e-755c5e6ef7c3 Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Event-Id: 7594e1ec-7575-4740-a704-65074f99b998 Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/5ca336ca-61a6-46f1-b3c1-ec79abf0354a/4adfe2c0-f256-4689-ab0e-755c5e6ef7c3/QxRAX7X Replit-Helium-Checkpoint-Created: true
Replit-Commit-Author: Deployment Replit-Commit-Session-Id: 4adfe2c0-f256-4689-ab0e-755c5e6ef7c3 Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Event-Id: 2c414f30-12f7-4aac-98bf-0d72b700df83 Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/5ca336ca-61a6-46f1-b3c1-ec79abf0354a/4adfe2c0-f256-4689-ab0e-755c5e6ef7c3/QxRAX7X Replit-Commit-Deployment-Build-Id: 69a311f5-682d-4b25-b9a8-c23a84814f04 Replit-Helium-Checkpoint-Created: true
Replit-Commit-Author: Deployment Replit-Commit-Session-Id: 4adfe2c0-f256-4689-ab0e-755c5e6ef7c3 Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Event-Id: 2c414f30-12f7-4aac-98bf-0d72b700df83 Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/5ca336ca-61a6-46f1-b3c1-ec79abf0354a/4adfe2c0-f256-4689-ab0e-755c5e6ef7c3/QxRAX7X Replit-Commit-Deployment-Build-Id: 69a311f5-682d-4b25-b9a8-c23a84814f04 Replit-Helium-Checkpoint-Created: true
Implements meta tags, structured data, robots.txt, and sitemap.xml to improve search engine visibility and discoverability. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 4adfe2c0-f256-4689-ab0e-755c5e6ef7c3 Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Event-Id: 1c037b9a-a35b-444e-911d-b7554ffa8b6b Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/5ca336ca-61a6-46f1-b3c1-ec79abf0354a/4adfe2c0-f256-4689-ab0e-755c5e6ef7c3/QxRAX7X Replit-Helium-Checkpoint-Created: true
Implements meta tags, structured data, robots.txt, and sitemap.xml to improve search engine visibility and discoverability. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 4adfe2c0-f256-4689-ab0e-755c5e6ef7c3 Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Event-Id: 1c037b9a-a35b-444e-911d-b7554ffa8b6b Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/5ca336ca-61a6-46f1-b3c1-ec79abf0354a/4adfe2c0-f256-4689-ab0e-755c5e6ef7c3/QxRAX7X Replit-Helium-Checkpoint-Created: true
Update `index.html` to include `alternateName`, `logo`, `image`, and `sameAs` properties within the JSON-LD `InternetServiceProvider` schema. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 4adfe2c0-f256-4689-ab0e-755c5e6ef7c3 Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Event-Id: 2067fa1e-0be5-4390-b09e-b71587f6b2e5 Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/5ca336ca-61a6-46f1-b3c1-ec79abf0354a/4adfe2c0-f256-4689-ab0e-755c5e6ef7c3/QxRAX7X Replit-Helium-Checkpoint-Created: true
Update `index.html` to include `alternateName`, `logo`, `image`, and `sameAs` properties within the JSON-LD `InternetServiceProvider` schema. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 4adfe2c0-f256-4689-ab0e-755c5e6ef7c3 Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Event-Id: 2067fa1e-0be5-4390-b09e-b71587f6b2e5 Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/5ca336ca-61a6-46f1-b3c1-ec79abf0354a/4adfe2c0-f256-4689-ab0e-755c5e6ef7c3/QxRAX7X Replit-Helium-Checkpoint-Created: true
Update Open Graph and Twitter image meta tags to use `opengraph.jpg` and set the structured data logo to use `favicon.png`. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 4adfe2c0-f256-4689-ab0e-755c5e6ef7c3 Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Event-Id: 0088c5fd-4c2c-4b5b-8cff-b6e3529b396e Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/5ca336ca-61a6-46f1-b3c1-ec79abf0354a/4adfe2c0-f256-4689-ab0e-755c5e6ef7c3/QxRAX7X Replit-Helium-Checkpoint-Created: true
Update Open Graph and Twitter image meta tags to use `opengraph.jpg` and set the structured data logo to use `favicon.png`. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 4adfe2c0-f256-4689-ab0e-755c5e6ef7c3 Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Event-Id: 0088c5fd-4c2c-4b5b-8cff-b6e3529b396e Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/5ca336ca-61a6-46f1-b3c1-ec79abf0354a/4adfe2c0-f256-4689-ab0e-755c5e6ef7c3/QxRAX7X Replit-Helium-Checkpoint-Created: true
No description provided.