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
@@ -0,0 +1,55 @@
# Professional Fence Repair — UX Mockup Notes
## Client
- **Brand:** Professional Fence Repair
- **Current site:** https://www.professionalfencerepair.com/
- **Yelp:** https://www.yelp.com/biz/professional-fence-repair-warrenville
## 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:** Email & SMS, Payments (Stripe).
## Mockup location
`proposals/professional-fence-repair/mockup/`
Built from the landscapedesign template, then rebranded for phone-first fence repair marketing.
| 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) |
| Planned portal/add-on stubs | [`ux-planned.html`](../mockup/ux-planned.html) |
## Site map (public concept — mocked)
| Page | File |
|------|------|
| Home | `index.html` |
| About | `about.html` |
| Services | `services.html` |
| Contact / free estimate | `contact.html` |
| 404 | `public-404.html` |
| Under construction | `public-under-construction.html` |
Portal, add-on, and system screens are mocked — start at `ux-gallery.html`.
## Contact data used
- Address: 28W484 Batavia Rd, Warrenville, IL 60555
- Phone: (630) 393-3722
- Email: _TBD_ (intentionally omitted from public CTAs)
- Service area: Warrenville, DuPage County, and western Chicago suburbs
- Business facts: family-owned; 24+ years repairing fencing; free estimates; guaranteed workmanship; no deposit required
- Services: posts, panels, gates; cedar, treated wood, aluminum, vinyl, chain link; mailbox posts; haul-away
## Preview reminder
Public marketing pages show a fixed “UX Concept Preview” banner so visitors do not confuse this proposal with the live website. Open `ux-gallery.html` for the feature hub.
## Suggested next passes
1. Confirm approved service-area wording and business email
2. Swap stock imagery for real completed fence-repair photos
3. Confirm intake fields and consent language before connecting forms
4. Confirm invoice workflow and Stripe account ownership
5. Refine portal content once staff workflow is confirmed
@@ -0,0 +1,59 @@
# Professional Fence Repair — 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 | Fence repair marketing: home, about, services, contact |
| Client portal + UTM | **Yes (base)** | $300 | $30 | Login, dashboard, leads, UTM analytics |
| Email & SMS | **Recommended** | $500 | $10 | Estimate follow-up, reminders, invoice notifications |
| Direct mail | Optional | $500 | $5 | Neighborhood repair / replacement postcards |
| Blog | Optional | $500 | $10 | Fence-care and repair tips for local SEO |
| Payments (Stripe) | **Recommended** | $500 | $20 | Fence quote / job invoices; **requires Email & SMS** |
| Social consolidation | Optional | $500 | $20 | Local project updates and scheduling |
| AI social generator | Optional | $300 | $20 | Needs Social; Ollama drafts |
### Suggested quote (recommended only)
| | Build | Monthly |
|--|------:|--------:|
| Base (public + portal/UTM) | $600 | $40 |
| Email & SMS | $500 | $10 |
| Payments | $500 | $20 |
| **Recommended total** | **$1,600** | **$70** |
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, about, services, contact, 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`) |