# CR-001: Content Tweaks and Area Links

| Field | Value |
|-------|-------|
| **CR Number** | CR-001 |
| **Date** | 2026-02-18 |
| **Author** | Claude Code |
| **Status** | Proposed |
| **Priority** | High |
| **Complexity** | Low |
| **Estimated Scope** | index.html |
| **Related CRs** | None |
| **Depends On** | None |
| **Breaking Changes** | No |

---

## Executive Summary

Small content adjustments based on review feedback, plus adding links to the Billingen area and local accommodation. The text tweaks make the copy more aligned with Anders' voice and the area links add value for visiting cyclists.

**Current Problems:**
1. Some text passages don't match Anders' preferred phrasing
2. No links to Billingen area info or nearby accommodation for visiting cyclists

---

## Problem Analysis

After building the initial landing page, review identified a few text passages that should be adjusted to better match Anders' tone. Additionally, since many visitors may travel to Billingen, links to the area and accommodation are valuable.

---

## Proposed Solution

### Text tweaks

| Location | Current | New |
|----------|---------|-----|
| Hero subtitle | "För dig som vill utvecklas, ha kul och njuta av sporten." | "För dig som vill utvecklas, ha kul och njuta mer på cykeln." |
| Intro paragraph | "oavsett om du är nybörjare eller erfaren" | "oavsett om du är nybörjare eller mer erfaren" |
| Intro bullet | "Utveckla din teknik och ha mer kul" | "Utveckla din cykling och ha roligare på cykeln" |
| About blockquote | "njuta av sporten på ett säkert och snyggt sätt" | "njuta av cyklingen på ett säkert och snyggt sätt" |

### Area links (new section or in footer)

- Billingen: https://www.vastsverige.com/billingen/
- Billingehus: https://billingehus.com
- Stugbyn: (URL TBD)

---

## Implementation Plan

### Phase 1: Text tweaks

1. Update hero subtitle in `.hero-sub`
2. Update intro paragraph text
3. Update intro bullet list item
4. Update About blockquote text

### Phase 2: Area links

1. Add "Området" section before footer with links to Billingen, Billingehus, Stugbyn

---

## Files to Modify/Create

| File | Action | Changes |
|------|--------|---------|
| `index.html` | Modify | Text tweaks + new area links section |

---

## Testing Plan

### Test Case 1: Visual review

- Open page on desktop and mobile
- Verify: all text changes render correctly, links work

---

## Risk Assessment

| Risk | Likelihood | Impact | Mitigation |
|------|-----------|--------|------------|
| Broken layout from new section | Low | Low | Test on mobile |

---

## Rollback

1. Revert commit on main branch

---

## Success Criteria

1. All four text passages updated
2. Area links visible and functional
3. Page renders correctly on desktop and mobile

---

## References

- Review feedback from project owner
