Rename legacy storefront app and references to carplace
Build & Push / Build & Push Docker Image (push) Failing after 10m39s

Replace storefront naming across source, tests, docs, config, and production scripts. Rename the legacy top-level app directory and Carplace component files, remove duplicate storefront startup scripts, and refresh the lockfile.
This commit is contained in:
root
2026-07-04 18:10:08 -04:00
parent fefaf8108d
commit c77d0a8e89
113 changed files with 366 additions and 434 deletions
+10 -10
View File
@@ -44,7 +44,7 @@
## 3. What to Redesign (Inspired by isysolution.com)
### 3.1 Storefront — Public Pages
### 3.1 Carplace — Public Pages
#### Home Page (`/`)
Current issues to fix:
@@ -70,7 +70,7 @@ Stats Strip
How It Works
├── Step 1: Create your workspace
├── Step 2: Add your fleet
├── Step 3: Go live on storefront
├── Step 3: Go live on carplace
└── Step 4: Manage everything from dashboard
Services / Features Grid
@@ -154,8 +154,8 @@ Redesign:
## 4. Component Redesign Checklist
### Shared Components
- [ ] `StorefrontHeader` — add mobile hamburger menu, improve nav spacing
- [ ] `StorefrontFooter` — add logo, social links, newsletter input
- [ ] `CarplaceHeader` — add mobile hamburger menu, improve nav spacing
- [ ] `CarplaceFooter` — add logo, social links, newsletter input
- [ ] `BookingForm` — improve step layout, add progress indicator
- [ ] `WorkspaceTabs` — improve active tab styling
@@ -187,7 +187,7 @@ Redesign:
| Numbered step process | Home "How it works" |
| Stats/counters strip | Home page |
| Testimonials carousel | Home page |
| Mega footer with columns | Storefront footer |
| Mega footer with columns | Carplace footer |
| Sidebar with grouped nav | Dashboard |
| KPI metric cards | Dashboard home |
@@ -202,7 +202,7 @@ Redesign:
- Wide: `xl: 1280px`, `2xl: 1536px`
### Mobile Improvements Needed
- [ ] Hamburger menu for storefront header
- [ ] Hamburger menu for carplace header
- [ ] Collapsible sidebar for dashboard
- [ ] Stack pricing cards vertically
- [ ] Full-width booking form
@@ -228,7 +228,7 @@ Redesign:
## 8. Implementation Phases
### Phase 1 — Storefront Public Pages (Priority)
### Phase 1 — Carplace Public Pages (Priority)
1. Home page redesign
- Stats strip
- How it works section
@@ -254,15 +254,15 @@ Redesign:
## 9. Files to Modify
### Storefront
### Carplace
| File | Change |
|---|---|
| `src/app/(public)/HomeContent.tsx` | Add stats, how-it-works, testimonials sections |
| `src/app/(public)/features/page.tsx` | Alternating layout |
| `src/app/(public)/pricing/PricingPageContent.tsx` | Toggle + improved cards |
| `src/app/(public)/explore/ExploreVehicleGrid.tsx` | Improved vehicle cards |
| `src/components/StorefrontHeader.tsx` | Mobile menu |
| `src/components/StorefrontFooter.tsx` | Mega footer |
| `src/components/CarplaceHeader.tsx` | Mobile menu |
| `src/components/CarplaceFooter.tsx` | Mega footer |
| `src/app/globals.css` | No changes needed |
### Dashboard