import React from "react"; import { motion } from "motion/react"; import { MemorialMilestone } from "../types"; import { Calendar, Eye, Heart, Sparkles, Plus, Trash2 } from "lucide-react"; interface InteractiveTimelineProps { milestones: MemorialMilestone[]; gfNickname: string; } export default function InteractiveTimeline({ milestones, gfNickname }: InteractiveTimelineProps) { return (
Every moment with you is a favorite, but here are the key magical chapters that changed my life forever.
{milestone.description}
{/* Sparkle detailing */}