diff --git a/src/app/page.tsx b/src/app/page.tsx index be322f3..678c766 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -5,7 +5,6 @@ import PhotoSlideshow from '@/components/PhotoSlideshow' import PhotoGallery from '@/components/PhotoGallery' import MemorySection from '@/components/MemorySection' import WriteSection from '@/components/WriteSection' -import CandleSection from '@/components/CandleSection' import MusicPlayer from '@/components/MusicPlayer' import VideoGallery from '@/components/VideoGallery' @@ -36,39 +35,25 @@ export default async function HomePage() { - {/* Photo section */} + {/* Photos */} {photos.length > 0 && (
@@ -82,14 +67,13 @@ export default async function HomePage() {
- {photos.length > 1 && }
)} - {/* Write section – public */} + {/* Write */} {/* Memories */} @@ -100,49 +84,33 @@ export default async function HomePage() { {/* Videos */} - {/* Candle section */} - - - {/* Music player */} + {/* Music – always rendered (ambient fallback when no tracks) */} {/* Footer */} -