Redesign traditional astrology site structure and messaging#3
Draft
Bender1011001 wants to merge 25 commits into
Draft
Redesign traditional astrology site structure and messaging#3Bender1011001 wants to merge 25 commits into
Bender1011001 wants to merge 25 commits into
Conversation
…feedback endpoint
…venue-generation Add revenue readiness plan and align pricing display
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Motivation
Description
src/static/index.html, adding a hero, service architecture, process, intent-filtering copy, and updated paywall language.src/static/about.html,src/static/services.html,src/static/pricing.html, andsrc/static/booking.html, and updatedsrc/static/resources.html,src/static/faq.html, andsrc/static/methodology.html.src/static/style.css(color variables, hero grid, authority panel, pricing and panel styles) to support the restrained, classical aesthetic.src/static/js/pricing.jsandsrc/static/basic.js(addeddata-pricing-triggersupport, pricing toggle logic, and switched Practitioner Access to$79/mo/$790/yr), and refined preliminary judgment flow text insrc/static/basic.jsandsrc/static/js/landing.jsusage.src/static/sitemap.xml) to reflect new pages, pricing, and access tiers.Testing
python -m http.server 8000and used a Playwright script to loadhttp://127.0.0.1:8000/index.htmland capture a full-page screenshot which completed successfully and producedartifacts/traditional-astrology-home.png.Codex Task