Files
Dev-Landing/backlog/tasks/task-1 - Redesign-dev-website-from-Canva-reference.md

44 lines
1.6 KiB
Markdown

---
id: TASK-1
title: Redesign dev website from Canva reference
status: In Progress
assignee: []
created_date: '2026-05-05 20:20'
updated_date: '2026-05-05 20:32'
labels: []
dependencies: []
priority: high
---
## Description
<!-- SECTION:DESCRIPTION:BEGIN -->
Create an isolated worktree and redesign the regional dev landing page to match the provided Canva visual direction once the reference is available.
<!-- SECTION:DESCRIPTION:END -->
## Acceptance Criteria
<!-- AC:BEGIN -->
- [x] #1 A new git worktree exists under .worktrees for the redesign branch
- [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 -->
## Implementation Plan
<!-- SECTION:PLAN:BEGIN -->
1. Create isolated worktree under .worktrees
2. Capture or receive Canva style reference
3. Propose concise design direction for approval
4. Implement the approved Astro redesign
5. Build and visually review locally
<!-- SECTION:PLAN:END -->
## Implementation Notes
<!-- 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 -->