diff --git a/prd/PRD-codebase-cleanup-refactoring.md b/prd/PRD-codebase-cleanup-refactoring.md
index d47d329..24f64de 100644
--- a/prd/PRD-codebase-cleanup-refactoring.md
+++ b/prd/PRD-codebase-cleanup-refactoring.md
@@ -56,12 +56,12 @@ This PRD outlines a comprehensive cleanup and refactoring plan for the jedmund-s
### Phase 1: Quick Wins (Week 1)
Focus on low-risk, high-impact changes that don't require architectural modifications.
-- [ ] **Remove unused components** (5 components)
- - [ ] Delete `/src/lib/components/Squiggly.svelte`
- - [ ] Delete `/src/lib/components/PhotoLightbox.svelte`
- - [ ] Delete `/src/lib/components/Pill.svelte`
- - [ ] Delete `/src/lib/components/SVGHoverEffect.svelte`
- - [ ] Delete `/src/lib/components/MusicPreview.svelte`
+- [x] **Remove unused components** (5 components)
+ - [x] Delete `/src/lib/components/Squiggly.svelte`
+ - [x] Delete `/src/lib/components/PhotoLightbox.svelte`
+ - [x] Delete `/src/lib/components/Pill.svelte`
+ - [x] Delete `/src/lib/components/SVGHoverEffect.svelte`
+ - [x] Delete `/src/lib/components/MusicPreview.svelte`
- [ ] **Remove unused SVG files** (13 files)
- [ ] Delete unused icons: `close.svg`, `music.svg`
diff --git a/src/lib/components/MusicPreview.svelte b/src/lib/components/MusicPreview.svelte
deleted file mode 100644
index 5eb6030..0000000
--- a/src/lib/components/MusicPreview.svelte
+++ /dev/null
@@ -1,350 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
- {formatTime(currentTime)}
- /
- {formatTime(duration)}
-
-
-
-
-
-
-
-
-
- {#if hasError}
-
Preview unavailable
- {/if}
-
-
-
diff --git a/src/lib/components/PhotoLightbox.svelte b/src/lib/components/PhotoLightbox.svelte
deleted file mode 100644
index 2614f43..0000000
--- a/src/lib/components/PhotoLightbox.svelte
+++ /dev/null
@@ -1,376 +0,0 @@
-
-
-
-
-
-
-
-
-
-
- {#if hasNavigation}
-
-
- {/if}
-
-
-
-

- {#if !imageLoaded}
-
- {/if}
-
-
-
-
- {#if photo.caption}
-
{photo.caption}
- {/if}
-
- {#if hasExifData}
-
-
Camera Settings
-
- {#each Object.entries(photo.exif) as [key, value]}
-
-
- {getExifLabel(key)}
- - {formatExifValue(key, value)}
-
- {/each}
-
-
- {/if}
-
- {#if hasNavigation}
-
- {currentIndex + 1} of {albumPhotos.length}
-
- {/if}
-
-
-
-
-
diff --git a/src/lib/components/Pill.svelte b/src/lib/components/Pill.svelte
deleted file mode 100644
index 85cd789..0000000
--- a/src/lib/components/Pill.svelte
+++ /dev/null
@@ -1,83 +0,0 @@
-
-
-
-
- {text}
-
-
-
diff --git a/src/lib/components/SVGHoverEffect.svelte b/src/lib/components/SVGHoverEffect.svelte
deleted file mode 100644
index 61d9b53..0000000
--- a/src/lib/components/SVGHoverEffect.svelte
+++ /dev/null
@@ -1,73 +0,0 @@
-
-
-
-
-
diff --git a/src/lib/components/Squiggly.svelte b/src/lib/components/Squiggly.svelte
deleted file mode 100644
index be97291..0000000
--- a/src/lib/components/Squiggly.svelte
+++ /dev/null
@@ -1,83 +0,0 @@
-
-
-
-
-