diff --git a/src/app/(app)/home/page.tsx b/src/app/(app)/home/page.tsx index 0bfd17a..1b50f05 100644 --- a/src/app/(app)/home/page.tsx +++ b/src/app/(app)/home/page.tsx @@ -106,7 +106,7 @@ export default function HomePage() { const [showPhotoMenu, setShowPhotoMenu] = useState(false); const photoInputRef = useRef(null); const { theme, toggle: toggleTheme } = useTheme(); - const { childId, child, familyId, loading, updateChildImage } = useFamily(); + const { childId, child, familyId, loading, tier, updateChildImage } = useFamily(); const stage = useStageCheck(child?.birthDate ?? null); useEffect(() => { @@ -330,6 +330,25 @@ export default function HomePage() {
+ {tier === "pro" ? ( + + ✨ + + ) : ( + + 👑 + {/* Pulsing dot hints there's something to explore — non-intrusive */} + + + )} 🆘