finish new demo
This commit is contained in:
parent
e2b85fe819
commit
30d36a33d5
16 changed files with 318 additions and 94 deletions
|
|
@ -599,6 +599,8 @@ const en = {
|
|||
createAccount: 'Create account',
|
||||
resetPassword: 'Reset password',
|
||||
valueProp: 'Save searches, bookmark properties, and build a shortlist of areas that fit.',
|
||||
dashboardActionsValueProp:
|
||||
'Create a free account to save, share and export your searches — free, no card needed.',
|
||||
continueWithGoogle: 'Continue with Google',
|
||||
email: 'Email',
|
||||
emailPlaceholder: 'you@example.com',
|
||||
|
|
@ -620,9 +622,21 @@ const en = {
|
|||
|
||||
// ── Upgrade Modal ──────────────────────────────────
|
||||
upgrade: {
|
||||
// Registered (logged-in, non-paying) users — the lifetime upsell.
|
||||
title: 'Unlock unlimited filters',
|
||||
description:
|
||||
'Free accounts can combine up to 3 filters at a time. Get lifetime access to stack unlimited filters across every postcode and neighbourhood in England. One payment, forever.',
|
||||
"You've used all 5 filters on your free account. Get lifetime access to stack unlimited filters across every postcode and neighbourhood in England. One payment, forever.",
|
||||
descriptionSharedUpgrade:
|
||||
'Adding more filters to a shared search needs lifetime access — unlock unlimited filters across every postcode in England.',
|
||||
// Anonymous users — create a free account first.
|
||||
titleRegister: 'Create a free account',
|
||||
descriptionRegister:
|
||||
'Free accounts unlock up to 5 filters plus save, share and export — no card needed. Want unlimited filters across all of England? Go lifetime.',
|
||||
descriptionSharedRegister:
|
||||
'This is a shared search. Create a free account to build your own with up to 5 filters and save, share & export — or go lifetime for unlimited.',
|
||||
registerFree: 'Create free account',
|
||||
lifetimeUpsell: 'Want unlimited filters?',
|
||||
goLifetime: 'Get lifetime access — {{price}}',
|
||||
free: 'Free',
|
||||
freeForEarly: 'Free for early adopters. No credit card required.',
|
||||
oneTimePayment: 'One-time payment. Lifetime access.',
|
||||
|
|
@ -631,7 +645,7 @@ const en = {
|
|||
upgradeFor: 'Upgrade for {{price}}',
|
||||
registerAndUpgrade: 'Register & Upgrade',
|
||||
alreadyHaveAccount: 'Already have an account? Log in',
|
||||
continueFree: 'Continue with 3 filters',
|
||||
continueFree: 'Keep exploring for now',
|
||||
checkoutFailed: 'Checkout failed',
|
||||
},
|
||||
|
||||
|
|
@ -669,9 +683,13 @@ const en = {
|
|||
findingPerfectPostcode: 'Finding the Perfect Postcode',
|
||||
addFiltersHint: 'Add filters below to narrow the map to areas that match your criteria',
|
||||
upgradePrompt:
|
||||
'Find matching postcodes using crime, schools, noise, broadband, prices, and 40+ combinable filters across England.',
|
||||
'Go lifetime to stack unlimited filters across every postcode in England.',
|
||||
oneTimeLifetime: 'One-time payment, lifetime access.',
|
||||
upgradeToFullMap: 'Upgrade to full map',
|
||||
registerPrompt:
|
||||
'Create a free account to combine up to 5 filters and save, share & export your searches.',
|
||||
registerSubPrompt: 'Free — no card needed. Unlimited filters with lifetime access.',
|
||||
registerCta: 'Create free account',
|
||||
chooseFilters: 'Click Add to filter. The small buttons show data details or colour the map.',
|
||||
searchFeatures: 'Search features...',
|
||||
noMatchingFeatures: 'No matching features',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue