feat(site): brand-refresh marketing redesign + favicon#33
Open
ianpatrickhines wants to merge 3 commits into
Open
feat(site): brand-refresh marketing redesign + favicon#33ianpatrickhines wants to merge 3 commits into
ianpatrickhines wants to merge 3 commits into
Conversation
Marketing-site redesign that was sitting uncommitted on the working tree: - New teal brand color (#1498BE) replacing purple - Reworked hero with grain texture, badge, animated stat row (66 tools / <3s response / $29 per nation), and a chat mockup - "by Hines Digital" attribution - Already uses the locked $29/nation per-nation pricing Note: placeholder URLs (natassistant.com / asknat.ai) remain; they get consolidated under #14 once the domain is registered. Co-Authored-By: Claude Opus 4.8 (1M context) <[email protected]>
Resolves the /favicon.ico 404 on the redesigned marketing site. Generated favicon.ico (16/32/48), favicon-32.png, and apple-touch-icon.png in the brand teal (#1498BE), matching the extension icon. Added icon <link> tags. Co-Authored-By: Claude Opus 4.8 (1M context) <[email protected]>
The hero badge was display:inline-block, so it hugged the left while the rest of the hero (title, subtitle, CTA, stats) is centered. Switched to a fit-content block with auto side margins so it centers with everything else. Co-Authored-By: Claude Opus 4.8 (1M context) <[email protected]>
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.
Marketing-site redesign (was sitting uncommitted on the working tree) plus a brand favicon.
What
site/index.html,src/main.ts,src/styles.css): new teal palette (#1498BE, replacing purple), reworked hero ("Stop clicking. Start asking." with grain texture, badge, animated stat row — 66 tools / <3s / $29 per nation — and a chat mockup), "by Hines Digital" attribution. Already uses the locked $29 / $79 per-nation pricing.site/public/):favicon.ico(16/32/48),favicon-32.png,apple-touch-icon.pngin brand teal;<link>tags added. Fixes the/favicon.ico404.Verified locally
npm run build(tsc + vite) → clean/favicon.icoand/favicon-32.png→ HTTP 200 (were 404)Not in scope (tracked elsewhere)
natassistant.com/asknat.ai) remain — consolidated under Consolidate to one domain, replace placeholder URLs, load real secrets #14 once the domain is registered. This PR is content/brand only; no backend wiring.