Redesign landing page from Canva brief

This commit is contained in:
2026-05-05 22:33:46 +02:00
parent 0d8b56864a
commit e2ca8074b8
6 changed files with 338 additions and 48 deletions

View File

@@ -4,7 +4,7 @@ title: Redesign dev website from Canva reference
status: In Progress
assignee: []
created_date: '2026-05-05 20:20'
updated_date: '2026-05-05 20:25'
updated_date: '2026-05-05 20:32'
labels: []
dependencies: []
priority: high
@@ -19,7 +19,7 @@ Create an isolated worktree and redesign the regional dev landing page to match
## Acceptance Criteria
<!-- AC:BEGIN -->
- [x] #1 A new git worktree exists under .worktrees for the redesign branch
- [ ] #2 The landing page visual style follows the provided Canva reference
- [x] #2 The landing page visual style follows the provided Canva reference
- [x] #3 The Astro site builds successfully
- [ ] #4 The redesigned page is reviewed locally before handoff
<!-- AC:END -->
@@ -38,4 +38,6 @@ Create an isolated worktree and redesign the regional dev landing page to match
<!-- SECTION:NOTES:BEGIN -->
Created worktree at .worktrees/canva-redesign on branch codex/canva-redesign. Baseline build passes with CI=true pnpm run build after approving dependency build scripts.
Implemented a consolidated Canva-inspired landing page in src/components/canva-landing.tsx and switched src/pages/index.astro to it. Smoke test and CI=true pnpm run build pass. Local dev server responds with HTTP 200 at http://127.0.0.1:4321/. Browser screenshot tooling is not available in this session, so visual review remains open.
<!-- SECTION:NOTES:END -->