added more preview pages and more templates

This commit is contained in:
2026-07-21 07:10:03 -05:00
parent c6119ffdf5
commit b19fdee30d
3726 changed files with 651487 additions and 6169 deletions
+73
View File
@@ -0,0 +1,73 @@
# T.R.B. Painting — UX Mockup Notes
## Client
- **Brand:** T.R.B. Painting
- **Phone:** (630) 606-6776
- **Email:** TBD
- **Location / service area:** TBD
## Sources
- Client-provided phone and services list (proposal intake)
## Platform features
Catalog: [`features.md`](../../../features.md)
Client scope + recommended pricing: [`SCOPE.md`](SCOPE.md)
**Base always:** public site + client portal with UTM.
**Recommended add-ons for this client:** Email & SMS, Direct mail, Payments, Social, AI social. Blog optional.
## Mockup location
`proposals/trb-painting/mockup/`
Built from `templates/painting_contractor/site/` (documentation / sources / screenshots omitted).
| Entry | File |
|-------|------|
| UX gallery (feature cards) | [`ux-gallery.html`](../mockup/ux-gallery.html) |
| Interactive pricing | [`pricing.html`](../mockup/pricing.html) |
| Marketing home | [`index.html`](../mockup/index.html) |
| Services | [`services.html`](../mockup/services.html) |
| About | [`about.html`](../mockup/about.html) |
| Gallery | [`gallery.html`](../mockup/gallery.html) |
| Contact | [`contact.html`](../mockup/contact.html) |
| Planned portal/add-on stubs | [`ux-planned.html`](../mockup/ux-planned.html) |
## Site map (public concept — mocked)
| Page | File |
|------|------|
| Home | `index.html` |
| Services | `services.html` (`#interior`, `#exterior`, `#power-washing`) |
| About | `about.html` |
| Project gallery | `gallery.html` |
| Contact | `contact.html` |
| Privacy | `privacy.html` |
| 404 / under construction | `public-404.html`, `public-under-construction.html` |
Portal, add-on, and system screens are mocked — start at `ux-gallery.html`.
## Services reflected in mockup
- Interior painting
- Exterior painting
- Power washing
## Contact data status
| Field | Mockup value | Notes |
|-------|--------------|-------|
| Phone | `(630) 606-6776` | Provided |
| Email | Email TBD | Collect when available |
| Area | Service area TBD | Confirm coverage on call |
Do not publish the preview as a live business site until email and service area are confirmed.
## Preview reminder
Fixed “UX Concept Preview” banner on marketing pages so visitors dont confuse this with a live site. Open `ux-gallery.html` for the monica-style feature hub.
## Suggested next passes
1. Confirm email and geographic service area
2. Swap template stock photos for real T.R.B. project images
3. Add logo / brand mark if available
4. Wire contact form to email / Formspree / similar
5. Optional: Google Business Profile link once live
6. Run Lighthouse on homepage after image compression pass
+62
View File
@@ -0,0 +1,62 @@
# T.R.B. Painting — Feature scope
Platform catalog: [`features.md`](../../../features.md). Prices from that catalog (draft).
**Stack:** Django · client portal (not Django admin as primary UI) · Stripe · Ollama (AI social)
Usage fees (Stripe, SMS, postage, email sends) billed separately.
---
## Recommended package
| Feature | Include? | Build | Monthly | Notes |
|---------|----------|------:|--------:|-------|
| Public site | **Yes (base)** | $300 | $10 | Home, services, about, gallery, contact |
| Client portal + UTM | **Yes (base)** | $300 | $30 | Login, dashboard, leads, UTM analytics |
| Email & SMS | **Recommended** | $500 | $10 | Estimate follow-ups, reminders |
| Direct mail | **Recommended** | $500 | $5 | Neighborhood postcards — strong local fit |
| Blog | Optional | $500 | $10 | Tips / project stories if desired |
| Payments (Stripe) | **Recommended** | $500 | $20 | Deposit / final invoices; **requires Email & SMS** |
| Social consolidation | **Recommended** | $500 | $20 | Before/after project posts |
| AI social generator | **Recommended** | $300 | $20 | Needs Social; Ollama caption drafts |
### Suggested quote (recommended only)
| | Build | Monthly |
|--|------:|--------:|
| Base (public + portal/UTM) | $600 | $40 |
| Email & SMS | $500 | $10 |
| Direct mail | $500 | $5 |
| Payments | $500 | $20 |
| Social consolidation | $500 | $20 |
| AI social generator | $300 | $20 |
| **Recommended total** | **$2,900** | **$115** |
Interactive picker (mock): [`../mockup/pricing.html`](../mockup/pricing.html)
---
## Dependency rules
1. Payments → Email & SMS required
2. AI social → Social consolidation required
3. Base public + portal + UTM always included
---
## UX mock status
Gallery hub: [`../mockup/ux-gallery.html`](../mockup/ux-gallery.html)
| Feature | Screens | Status |
|---------|---------|--------|
| Public site | Home, services, about, gallery, contact, privacy, 404, under construction | **Mocked** |
| Portal + UTM | Login, dashboard, leads, detail, analytics | **Mocked** |
| Email & SMS | Contacts, import, campaign, report, unsubscribe | **Mocked** |
| Direct mail | Designer, campaign | **Mocked** |
| Blog | Public index/post; portal list/editor | **Mocked** |
| Payments | Invoice list/create/detail; public pay | **Mocked** |
| Social | Accounts, composer, calendar | **Mocked** |
| AI social | Generator → composer | **Mocked** |
| Pricing picker | Interactive totals | **Mocked** (`pricing.html`) |