Day 16: Content Review + Copy Cleanup
Day 16 was a copy-and-clarity pass across shikadigital.co.jp: removing duplication, making sections read cleaner end-to-end, and adding a proper “founder” section with a real photo. While we were at it, we also kept our E2E + property tests aligned with the content changes.
Update
- Added a “Meet the founder” section with an actual portrait.
- Reduced duplicated/overlapping copy on the About page.
- Consolidated and clarified the “How We Work” page content and FAQ.
- Refined key value/copy components for consistency in tone and messaging.
- Updated tests to handle hydration timing and keep property tests passing after content edits.
What Shipped
1) About Page: Founder Section + Less Duplication
- Updated:
src/pages/about.astro - Added images:
public/images/team/yoren-chang.jpg,public/images/team/yoren-chang.webp
2) “How We Work” Copy Consolidation + FAQ
- Updated:
src/pages/how-we-work.astro - Added a new FAQ entry (“What do you need from me”) and reorganized the page to avoid repeating the same promises in multiple places.
3) Copy Consistency Across Key Components
- Updated:
src/components/MillionDollarPromise.astro - Updated:
src/components/ValueProposition.astro - Updated:
src/components/results/HonestFitAssessment.astro - Updated:
src/components/results/WhyWorkWithUs.astro
4) Tests: Keep E2E + Property Checks Stable
- Updated E2E hydration handling:
src/__tests__/e2e/book/calendar-embed-desktop.spec.ts - Updated property test runs:
src/components/Assessment.property.test.tsx - Updated page assertions:
src/pages/about.test.ts,src/pages/how-we-work.test.ts