Skip to content

feat: refresh landing page and vercel deployment#60

Merged
mdabir1203 merged 1 commit into
mainfrom
codex/design-landing-page-with-conversion-psychology
Oct 19, 2025
Merged

feat: refresh landing page and vercel deployment#60
mdabir1203 merged 1 commit into
mainfrom
codex/design-landing-page-with-conversion-psychology

Conversation

@mdabir1203

Copy link
Copy Markdown
Owner

Summary

  • restyle the marketing landing page with a luxury-focused layout, refined copy, and updated pricing experience
  • add a static export binary and landing-page/index.html for vercel hosting alongside a configuration file
  • document the export workflow and vercel deployment steps in the README

Testing

  • cargo fmt
  • cargo clippy --workspace --all-targets -- -D warnings
  • cargo test --workspace

https://chatgpt.com/codex/tasks/task_e_68f4f3050ba48326923fdb88e23d1763

@mdabir1203
mdabir1203 merged commit 6744ca2 into main Oct 19, 2025
5 checks passed

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 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".

Comment thread src/web/views.rs
Comment on lines 61 to +64
let cta_state = if plan.checkout_ready_us || plan.checkout_ready_eu {
""
} else {
" data-disabled-copy=\"Email us to activate payments\""
r#" data-disabled-copy="Email us to activate payments""#

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Fix malformed disabled-copy attribute string

Plans without Stripe checkout should render data-disabled-copy="Email us to activate payments" so the JS can surface the custom message. The new raw string literal includes a trailing double quote (data-disabled-copy="…""), so browsers parse the attribute value as Email us to activate payments" and button.dataset.disabledCopy ends up undefined. As a result the button falls back to the generic “Talk to sales” text even when a specific message is provided. Remove the extra quote so the dataset attribute is valid.

Useful? React with 👍 / 👎.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant