···1818 if len(props.Brews) == 0 {
1919 if props.IsOwnProfile {
2020 @EmptyState(EmptyStateProps{
2121- Message: "No brews yet! Start tracking your coffee journey.",
2121+ Message: "Your brew journal is empty.",
2222+ SubMessage: "Log your first cup and start building your coffee story. Just pick a bean, choose your method, and rate the result.",
2223 ActionURL: "/brews/new",
2323- ActionText: "Add Your First Brew",
2424+ ActionText: "Log Your First Brew",
2425 })
2526 } else {
2627 @EmptyState(EmptyStateProps{