Commit Graph

106 Commits

Author SHA1 Message Date
Oliver aab016c8b7 updated backups FAQ with retention policy (7 daily, 8 weekly) 2026-06-09 04:25:58 -03:00
Oliver 5b26b24bad payment webhook URL updated 2026-06-09 04:25:14 -03:00
Oliver 1c3b550c9b email input 50% wider (156px→234px) 2026-06-09 04:24:36 -03:00
Oliver fa1c291783 new logo SVGs (color + black) replacing inline icon+text in header 2026-06-09 04:23:34 -03:00
Oliver b28beb9b36 move troubleshooting to last FAQ item 2026-06-08 20:01:36 -03:00
Oliver 54251043f0 add troubleshooting section to FAQ — Bad Gateway / Not Found 2026-06-08 19:59:49 -03:00
Oliver 77e24ed4f5 fix: logo text from 'Derez' to 'derez.ai' 2026-06-08 09:17:36 -03:00
Oliver 68c9e39b3e rebrand: apply app.derez.ai style guide to marketing site — cyan monospace theme
- Design tokens: #000810 bg, #00f5ff accent, #0a3060 borders
- Font: Courier New monospace (matches dashboard)
- Buttons: outlined .btn-primary with cyan glow, dark .btn-ghost
- Chat widget: cyan gradient FAB, #000 text on light surfaces
- Error states use --danger token
- All hard-coded blue/purple references replaced with cyan equivalents
2026-06-08 09:15:06 -03:00
Oliver 9d7669af79 equal-height pricing cards: flex column, perks flex-grow, button bottom 2026-06-07 20:12:21 -03:00
Oliver 0407779d55 open Stripe checkout in same tab instead of new tab 2026-06-07 20:10:50 -03:00
Oliver 717c59389e remove '(root access)' from pricing perks 2026-06-07 20:10:08 -03:00
Oliver f626f55f8b use hidden form POST w/ target=_blank so 302 redirect opens in new tab, no CORS 2026-06-07 19:06:56 -03:00
Oliver b07233f1bf fix CORS on webhook redirect: use redirect=manual, extract Location header 2026-06-07 19:03:24 -03:00
Oliver 97a48238b8 follow webhook redirect: parse response and open checkout URL 2026-06-07 18:56:24 -03:00
Oliver 594f17801d email validation: red highlight + 20s toast on invalid 2026-06-07 18:34:29 -03:00
Oliver 83092dc537 email input 30% wider, buttons to 'Continue with Stripe' 2026-06-07 18:31:49 -03:00
Oliver 6388425078 label to 'Configure and buy', add email field, rename Hire to Buy 2026-06-07 18:29:50 -03:00
Oliver 87cff62ae3 add hidden UTM fields, capture from URL params, send in webhook 2026-06-07 18:26:15 -03:00
Oliver 639395d641 default period to yearly, add coupon code input, send coupon in webhook 2026-06-07 18:23:45 -03:00
Oliver 3a6ec31a92 config box: agent (Hermes/OpenClaw), period (Monthly/Yearly), location dropdowns 2026-06-07 18:20:45 -03:00
Oliver 18a487c9e6 simplify: no sliding panels, add location dropdown (France), hire button calls webhook directly 2026-06-07 18:14:30 -03:00
Oliver b9c78d2935 remove 'Save 1 month' badge from billing toggle 2026-06-07 18:08:20 -03:00
Oliver 02e499c011 fix hero price: .99 starting at, remove startup discount 2026-06-07 18:06:15 -03:00
Oliver c3533a0d44 pricing slider + order form + oliver testimonial photo 2026-06-07 18:05:00 -03:00
Oliver 74a7ca8086 faq: remove redundant items (speed, agents, pricing) already explained in features/pricing 2026-06-07 17:37:42 -03:00
Oliver f083b4a667 chat: render HTML in bot messages (safe innerHTML, strips scripts & event handlers) 2026-06-07 16:50:34 -03:00
Oliver df934f0676 add note: agent installs all skills/integrations, prompts are speed-run helpers 2026-06-07 16:42:18 -03:00
Oliver 38ea40e31f shorten integrations & skills FAQ to one-liner + bullet lists 2026-06-07 16:35:36 -03:00
Oliver e7a9f799c1 add FAQ for integrations & skills, create faq.md for chatbot 2026-06-07 16:33:03 -03:00
Oliver d209b0f563 feat: awesome floating chat widget - glass morphism, gradient, glow pulse, slide animation 2026-06-07 16:26:35 -03:00
Oliver bb8bcd3ce9 move founder story below pricing section 2026-06-07 16:21:00 -03:00
Oliver b57f88dae4 feat: inline chat bar (panel pushes input down), Hire Agent→#pricing, founder story, clean footer 2026-06-07 16:13:09 -03:00
Oliver 5cf3a4779b remove unused signup CSS 2026-06-07 06:37:14 -03:00
Oliver 694fbcd56c remove signup section, Trainee features use green +, Hire buttons, grey checkmarks 2026-06-07 06:33:11 -03:00
Oliver dc082e867f list all features per plan with green + for new upgrades 2026-06-07 06:29:41 -03:00
Oliver fb10784c01 pricing: 3 plans (Trainee/Junior/Senior) + monthly/yearly toggle + remove startup discount 2026-06-07 06:23:21 -03:00
Oliver ee02e12462 swap email & backups positions, add Unique badges to Dashboard, Prompt Builder, Backups 2026-06-07 06:15:51 -03:00
Oliver 8bdced8377 update features grid, FAQ, and pricing to match new product messaging 2026-06-07 06:09:34 -03:00
Oliver 563e82d6e3 remove section labels and choose your agent section 2026-06-07 05:43:23 -03:00
Oliver a81369ecd7 swap nav chat for floating bottom-right widget 2026-06-07 05:27:39 -03:00
Oliver acc8723de6 Replace step cards with video slider in Speed Run section 2026-06-06 17:55:20 -03:00
Oliver 9074a624b5 fix: slot margin-top:60px so panel appears below fixed header not behind it 2026-06-06 17:38:31 -03:00
Oliver bdb830c28d fix: panel in document-flow slot so it pushes hero down when open 2026-06-06 17:35:08 -03:00
Oliver 456ce96eb6 fix: remove orphaned brace breaking CSS, restore panel CSS 2026-06-06 17:25:36 -03:00
Oliver a048f1c1a8 fix: input bar back in header, panel standalone below, hero spacing restored 2026-06-06 17:22:01 -03:00
Oliver 816e53f121 fix: use id selector for nav-chat panel toggle 2026-06-06 17:18:55 -03:00
Oliver 570c9d0951 chat: move widget to standalone bar below header, panel above input, 340px fixed width, blue border, left-aligned 2026-06-06 17:17:54 -03:00
Oliver c327822bc7 fix: absolute panel below header, fixed 340px width, blue accent border, vertical centering 2026-06-06 17:05:50 -03:00
Oliver 86c94817e1 fix: panel below input bar when open, panel width matches widget 2026-06-06 16:59:48 -03:00
Oliver 919e81a7c4 feat: in-nav sales agent chat like odoo site - input with icon/send in nav, panel drops down below 2026-06-06 16:57:19 -03:00